aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Macku <jamacku@redhat.com>2021-01-20 09:12:23 +0100
committerGitHub <noreply@github.com>2021-01-20 09:12:23 +0100
commitb2bbb187eac07b93f4b40c6f2f72052f07b70ab2 (patch)
treeab0245690ed693ebcbae18d8d0cbd8055eddac97
parentdbff71b664c7536d09dc3172259d8984005b60fa (diff)
downloadinitscripts-b2bbb187eac07b93f4b40c6f2f72052f07b70ab2.tar
initscripts-b2bbb187eac07b93f4b40c6f2f72052f07b70ab2.tar.gz
initscripts-b2bbb187eac07b93f4b40c6f2f72052f07b70ab2.tar.bz2
initscripts-b2bbb187eac07b93f4b40c6f2f72052f07b70ab2.tar.xz
initscripts-b2bbb187eac07b93f4b40c6f2f72052f07b70ab2.zip
doc: Documents ifcfg option LINKSTATUS
Related: #1555001
-rw-r--r--doc/sysconfig.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/sysconfig.txt b/doc/sysconfig.txt
index b16338a9..07647b6b 100644
--- a/doc/sysconfig.txt
+++ b/doc/sysconfig.txt
@@ -475,6 +475,10 @@ Files in /etc/sysconfig/network-scripts/
NOZEROCONF=
Set this to not set a route for dynamic link-local addresses
over this device.
+ LINKSTATUS=up|down
+ Setting LINKSTATUS to down prevents network-scripts from bringing up interface.
+ This prevents issues with interfaces like Open vSwitch bridges which uses
+ userspace datapaths. If not set defaults to up.
PERSISTENT_DHCLIENT=yes|no|1|0
Without this option, or if it is 'no'/'0', and BOOTPROTO=dhcp,
dhclient is run for the interface in "one-shot" mode; if the