diff options
author | Jan Macku <jamacku@redhat.com> | 2021-02-12 10:42:03 +0100 |
---|---|---|
committer | Jan Macku <jamacku@redhat.com> | 2021-02-12 14:13:40 +0100 |
commit | 6e914f480fde6747bd4ddc86e54057c0e71056a2 (patch) | |
tree | b517cc8e161e51f1f843125daea77a204ae0b599 /doc | |
parent | 6c9689c792ac7771159794ee24ab99bd746318d9 (diff) | |
download | initscripts-6e914f480fde6747bd4ddc86e54057c0e71056a2.tar initscripts-6e914f480fde6747bd4ddc86e54057c0e71056a2.tar.gz initscripts-6e914f480fde6747bd4ddc86e54057c0e71056a2.tar.bz2 initscripts-6e914f480fde6747bd4ddc86e54057c0e71056a2.tar.xz initscripts-6e914f480fde6747bd4ddc86e54057c0e71056a2.zip |
doc: Document ARPING_WAIT and ARPING_UPDATE_WAIT
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sysconfig.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/sysconfig.txt b/doc/sysconfig.txt index 16da2d97..0d9abbdf 100644 --- a/doc/sysconfig.txt +++ b/doc/sysconfig.txt @@ -534,11 +534,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'. |