aboutsummaryrefslogtreecommitdiffstats
path: root/doc/sysconfig.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sysconfig.txt')
-rw-r--r--doc/sysconfig.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/sysconfig.txt b/doc/sysconfig.txt
index b16338a9..16da2d97 100644
--- a/doc/sysconfig.txt
+++ b/doc/sysconfig.txt
@@ -151,6 +151,11 @@ Generic options:
Example: WAIT_UNTIL_REACHABLE=8.8.8.8
Default: (not set)
+ RES_OPTIONS=<list of resolv.conf options>
+ RES_OPTIONS contains space-separated list of resolver options as explained in resolv.conf(5).
+ Example: RES_OPTIONS="rotate timeout:1 retries:1" this will be presented in /etc/resolv.conf like
+ "options rotate timeout:1 retries:1"
+
IFDOWN_ON_SHUTDOWN=yes|no
If yes, do bring interfaces down during system shutdown. If no, leave them
in their current state (this is only supported on hosts using systemd).
@@ -475,6 +480,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