aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig.txt
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-07-01 12:16:34 -0400
committerBill Nottingham <notting@redhat.com>2010-07-01 12:16:34 -0400
commit38a23d2cccd320425e34d34dc1033122b976160b (patch)
tree292859f6a5addaaf979e1745179a4a7b51ec7ea0 /sysconfig.txt
parentdb7f8844e4562445a40134d7161e52c1343f0992 (diff)
downloadinitscripts-38a23d2cccd320425e34d34dc1033122b976160b.tar
initscripts-38a23d2cccd320425e34d34dc1033122b976160b.tar.gz
initscripts-38a23d2cccd320425e34d34dc1033122b976160b.tar.bz2
initscripts-38a23d2cccd320425e34d34dc1033122b976160b.tar.xz
initscripts-38a23d2cccd320425e34d34dc1033122b976160b.zip
Document NETWORKWAIT (#595386)
Diffstat (limited to 'sysconfig.txt')
-rw-r--r--sysconfig.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/sysconfig.txt b/sysconfig.txt
index c2452599..2ce9a59c 100644
--- a/sysconfig.txt
+++ b/sysconfig.txt
@@ -198,6 +198,14 @@ Generic options:
network has spanning tree running and must wait for STP convergence.
Default: 0 (no delay)
+ NETWORKWAIT=yes|no
+ When using NetworkManager, wait for an active network interface to
+ be configured before continuing. This can be useful if you have legacy
+ daemons that do not react properly to changing network configuration.
+ If this is set but no active devices receive an address, it will timeout
+ and continue 30 seconds after link acquisition.
+ Default: no (do not wait)
+
IPV6FORWARDING=yes|no
Enable or disable global forwarding of incoming IPv6 packets
on all interfaces.