From 6e914f480fde6747bd4ddc86e54057c0e71056a2 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Fri, 12 Feb 2021 10:42:03 +0100 Subject: doc: Document ARPING_WAIT and ARPING_UPDATE_WAIT --- doc/sysconfig.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 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 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'. -- cgit v1.2.1