diff options
author | David Kaspar [Dee'Kej] <dkaspar@redhat.com> | 2017-07-10 18:16:35 +0200 |
---|---|---|
committer | Dee'Kej <deekej@linuxmail.org> | 2017-07-14 17:22:22 +0200 |
commit | a5361886ac6d7b0b72ea5765b175a96a4521dc2a (patch) | |
tree | 9701da2c686127d7fdb2fb08051fd9ea525545f3 /sysconfig.txt | |
parent | daa222a8d2a3a56837900c2ff3495c6484481370 (diff) | |
download | initscripts-a5361886ac6d7b0b72ea5765b175a96a4521dc2a.tar initscripts-a5361886ac6d7b0b72ea5765b175a96a4521dc2a.tar.gz initscripts-a5361886ac6d7b0b72ea5765b175a96a4521dc2a.tar.bz2 initscripts-a5361886ac6d7b0b72ea5765b175a96a4521dc2a.tar.xz initscripts-a5361886ac6d7b0b72ea5765b175a96a4521dc2a.zip |
ARPUPDATE introduced
The ARPUPDATE option has been introduced. It defaults to 'yes'.
By setting the ARPUPDATE to 'no', administrator can disable
updating neighbouring computers with ARP information about current
NIC. This is especially needed when using LVS Load Balancing with
Direct routing enabled.
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index a4c05da1..7adc3813 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -586,6 +586,11 @@ 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'. + 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'. IPV4_FAILURE_FATAL=yes|no If set to yes, ifup-eth will end immediately after ipv4 dhclient fails. Defaults to 'no'. |