diff options
author | Bill Nottingham <notting@redhat.com> | 2010-07-01 12:16:34 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-07-01 12:17:40 -0400 |
commit | 8e41788419eb4cce5d2e094761c6fb39fe95501a (patch) | |
tree | 4e320812261961d12e03a65e78b624cabb76bf69 | |
parent | f70b0581daba34f5afe2befe57b376960e52083d (diff) | |
download | initscripts-8e41788419eb4cce5d2e094761c6fb39fe95501a.tar initscripts-8e41788419eb4cce5d2e094761c6fb39fe95501a.tar.gz initscripts-8e41788419eb4cce5d2e094761c6fb39fe95501a.tar.bz2 initscripts-8e41788419eb4cce5d2e094761c6fb39fe95501a.tar.xz initscripts-8e41788419eb4cce5d2e094761c6fb39fe95501a.zip |
Document NETWORKWAIT (#595386)
-rw-r--r-- | sysconfig.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index 875b84f0..7a50902a 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -205,6 +205,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. |