summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysconf/vyatta-sysctl.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysconf/vyatta-sysctl.conf b/sysconf/vyatta-sysctl.conf
index 5121488d..4517799a 100644
--- a/sysconf/vyatta-sysctl.conf
+++ b/sysconf/vyatta-sysctl.conf
@@ -16,7 +16,9 @@ kernel.core_pattern=/var/core/core-%e-%p-%t
# arp_filter - allow multiple network interfaces on same subnet
# arp_announce - avoid local addresses no on target's subnet
# arp_ignore - reply only if target IP is local_address on the interface
-net.ipv4.conf.all.arp_filter=1
+
+# 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