aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/sysconfig.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/sysconfig.txt b/doc/sysconfig.txt
index 891a10eb..a848ba42 100644
--- a/doc/sysconfig.txt
+++ b/doc/sysconfig.txt
@@ -152,6 +152,13 @@ Generic options:
network has spanning tree running and must wait for STP convergence.
Default: 0 (no delay)
+ WAIT_UNTIL_REACHABLE=<IP address|DNS name>
+ Network initscript will wait until specified target is reachable.
+ It starts to reaching passed IP address or DNS name every second until it reach it sucessfully or until it reach preset delay NETWORKDELAY (default 30).
+ It works with both IPv4 and IPv6 adress and also with DNS name.
+ Example: WAIT_UNTIL_REACHABLE=8.8.8.8
+ Default: (not set)
+
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).