diff options
author | John Southworth <john.southworth@vyatta.com> | 2012-10-01 23:05:37 -0700 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2012-10-01 23:05:37 -0700 |
commit | 0f6d4eb2fa7c38e36c5b93b2d504a08ddd10552d (patch) | |
tree | a64aa9ef4b5457628ef9a45717cc8268dace387e /sysconf | |
parent | 5430958e0c6664643492b334e0523ec6f15ce385 (diff) | |
download | vyatta-cfg-system-0f6d4eb2fa7c38e36c5b93b2d504a08ddd10552d.tar.gz vyatta-cfg-system-0f6d4eb2fa7c38e36c5b93b2d504a08ddd10552d.zip |
Bugfix 8356: Fix ARP flux with VRRP addresses
Use the best local address for the reply to this arp request.
This avoids ARP flux when arp requests for the VIP are received by
the parent interface.
Diffstat (limited to 'sysconf')
-rw-r--r-- | sysconf/vyatta-sysctl.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconf/vyatta-sysctl.conf b/sysconf/vyatta-sysctl.conf index 039a6747..3fe560b6 100644 --- a/sysconf/vyatta-sysctl.conf +++ b/sysconf/vyatta-sysctl.conf @@ -20,7 +20,7 @@ kernel.core_pattern=/var/core/core-%e-%p-%t # arp_filter defaults to 1 so set all to 0 so vrrp interfaces can override it. net.ipv4.conf.all.arp_filter=0 net.ipv4.conf.all.arp_ignore=1 -net.ipv4.conf.all.arp_announce=1 +net.ipv4.conf.all.arp_announce=2 # Enable packet forwarding for IPv4 net.ipv4.ip_forward=1 |