diff options
author | Miloslav Trmac <mitr@volny.cz> | 2006-04-18 20:17:06 +0000 |
---|---|---|
committer | Miloslav Trmac <mitr@volny.cz> | 2006-04-18 20:17:06 +0000 |
commit | 4303e664ad654214837b2e6115796e44b89511ae (patch) | |
tree | 9be3c8020b0f41e80794c61e6029394c0f5654da /sysconfig.txt | |
parent | 30d62ff8c984b0eb975f34096ce17c40f8f1f9fc (diff) | |
download | initscripts-4303e664ad654214837b2e6115796e44b89511ae.tar initscripts-4303e664ad654214837b2e6115796e44b89511ae.tar.gz initscripts-4303e664ad654214837b2e6115796e44b89511ae.tar.bz2 initscripts-4303e664ad654214837b2e6115796e44b89511ae.tar.xz initscripts-4303e664ad654214837b2e6115796e44b89511ae.zip |
Add NETWORKDELAY and LINKDELAY (#176851)
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index 211d2344..08a51e5c 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -183,6 +183,11 @@ Files in /etc/sysconfig All the IPX stuff is optional, and should default to off. + NETWORKDELAY=<delay in seconds> + Delay in seconds after all network interfaces are initialized. Useful if + network has spanning tree running and must wait for STP convergence. + Default: 0 (no delay) + NETWORKING_IPV6=yes|no Enable or disable global IPv6 initialization Default: no @@ -655,7 +660,13 @@ Files in /etc/sysconfig/network-scripts/ 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 + switch which has spanning tree enabled and must wait for STP to + converge before the interface should be considered usable. + Supported only with BOOTPROTO=none. + No longer supported: PROMISC=yes|no (enable or disable promiscuous mode) ALLMULTI=yes|no (enable or disable all-multicast mode) |