aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Macku <jamacku@redhat.com>2021-02-12 10:42:03 +0100
committerJan Macku <jamacku@redhat.com>2021-02-15 15:48:14 +0100
commitab6c9cfbb0e5e3e9074a874485495d9b1187b11e (patch)
tree4d13186a9dd0305ebc1b946307f204ffc85f5894
parentf60352b3b4dcc8d1e3c038de53a3e5c0641ced1b (diff)
downloadinitscripts-ab6c9cfbb0e5e3e9074a874485495d9b1187b11e.tar
initscripts-ab6c9cfbb0e5e3e9074a874485495d9b1187b11e.tar.gz
initscripts-ab6c9cfbb0e5e3e9074a874485495d9b1187b11e.tar.bz2
initscripts-ab6c9cfbb0e5e3e9074a874485495d9b1187b11e.tar.xz
initscripts-ab6c9cfbb0e5e3e9074a874485495d9b1187b11e.zip
doc: Document ARPING_WAIT and ARPING_UPDATE_WAIT
Related: #1928098 (cherry picked from commit f97766f7f3b376391c72794136a44733e276b48c)
-rw-r--r--doc/sysconfig.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/sysconfig.txt b/doc/sysconfig.txt
index 41da61eb..3383170a 100644
--- a/doc/sysconfig.txt
+++ b/doc/sysconfig.txt
@@ -530,11 +530,21 @@ Files in /etc/sysconfig/network-scripts/
If set to 'no', ifup will not try to determine, if requested ip address
is used by other machine in network.
Defaults to 'yes'.
+ ARPING_WAIT=<number>
+ Number of seconds for which will be arping trying to determine, if requested ip
+ address is used in network. This option works with ARPCHECKn=yes
+ If not set default is 3 sec.
+ example: ARPING_WAIT=1
ARPUPDATE=yes|no
If set to 'no' the neighbours in current network will not be updated with
ARP information about this NIC. This is especially handy using LVS Load
Balancing with Direct Routing enabled.
Defaults to 'yes'.
+ ARPING_UPDATE_WAIT=<number>
+ Number of seconds for which will be arping trying to update arp cache
+ of neighbours with ARP informations about this NIC.
+ This option works with ARPUPDATE=yes. If not set default is 3 sec.
+ example: ARPING_UPDATE_WAIT=1
IPV4_FAILURE_FATAL=yes|no
If set to yes, ifup-eth will end immediately after ipv4 dhclient fails.
Defaults to 'no'.