aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig.txt
diff options
context:
space:
mode:
authorEun-Ju KIm <eukim@redhat.com>2008-05-09 03:16:09 +0000
committerEun-Ju KIm <eukim@redhat.com>2008-05-09 03:16:09 +0000
commit20ae37592f30516cb23d138ff2d60cdc3f490723 (patch)
tree7a062d877a43e57a1d26bb737e0dadb6a51f6b3f /sysconfig.txt
parent1bd1096da0802b74cf738c7dab22667abf951c97 (diff)
parent73a91036b96450f976c5e45d3478d4b6f905c79a (diff)
downloadinitscripts-20ae37592f30516cb23d138ff2d60cdc3f490723.tar
initscripts-20ae37592f30516cb23d138ff2d60cdc3f490723.tar.gz
initscripts-20ae37592f30516cb23d138ff2d60cdc3f490723.tar.bz2
initscripts-20ae37592f30516cb23d138ff2d60cdc3f490723.tar.xz
initscripts-20ae37592f30516cb23d138ff2d60cdc3f490723.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/initscripts
Diffstat (limited to 'sysconfig.txt')
-rw-r--r--sysconfig.txt16
1 files changed, 10 insertions, 6 deletions
diff --git a/sysconfig.txt b/sysconfig.txt
index 0be8a84c..825db894 100644
--- a/sysconfig.txt
+++ b/sysconfig.txt
@@ -672,12 +672,6 @@ Files in /etc/sysconfig/network-scripts/
Managed from /etc/sysconfig/network-scripts/ifup-ipx
ARP=yes|no (adds 'arp' flag to ifconfig, for use with the
ethertap device)
- ETHTOOL_OPTS=...
- Any device-specific options supported by ethtool. For example,
- if you wanted to force 100Mb full duplex:
- ETHTOOL_OPTS="speed 100 duplex full autoneg off"
- Note that changing speed or duplex settings almost always
- requires disabling autonegotiation with 'autoneg off'.
LINKDELAY=<time in seconds>
Time that the system should pause after the specific interface is
enabled. This may be useful if one interface is connected to a
@@ -687,6 +681,16 @@ Files in /etc/sysconfig/network-scripts/
If set, the ethernet device is not assigned an address. It is added to
the specified bridge device instead.
+ Deprecated, but supported:
+ ETHTOOL_OPTS=...
+ Any device-specific options supported by ethtool. For example,
+ if you wanted to force 100Mb full duplex:
+ ETHTOOL_OPTS="speed 100 duplex full autoneg off"
+ Note that changing speed or duplex settings almost always
+ requires disabling autonegotiation with 'autoneg off'.
+
+ Long term, this should be done by sysadmin-written udev rules.
+
No longer supported:
PROMISC=yes|no (enable or disable promiscuous mode)
ALLMULTI=yes|no (enable or disable all-multicast mode)