summaryrefslogtreecommitdiff
path: root/sysconf
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-12-22 14:58:09 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-12-23 09:39:43 -0800
commita4edc2d812b0f026f5eda3417acbf181373effa3 (patch)
tree67b5f142718cdcb76f65815912118ce974b84be3 /sysconf
parent70b08fb0be17db824861f0581181a1ee6d12c108 (diff)
downloadvyatta-cfg-quagga-a4edc2d812b0f026f5eda3417acbf181373effa3.tar.gz
vyatta-cfg-quagga-a4edc2d812b0f026f5eda3417acbf181373effa3.zip
Set default to only ARP if IP address matches received interface
This is a resolution of Bug 5031 Set default to 1 - reply only if the target IP address is local address configured on the incoming interface. This makes Vyatta behaves like interface base address model.
Diffstat (limited to 'sysconf')
-rw-r--r--sysconf/vyatta-sysctl.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysconf/vyatta-sysctl.conf b/sysconf/vyatta-sysctl.conf
index 1f270d92..a9ee1c97 100644
--- a/sysconf/vyatta-sysctl.conf
+++ b/sysconf/vyatta-sysctl.conf
@@ -11,6 +11,7 @@ kernel.panic=60
# Only answer ARP requests on same subnet
net.ipv4.conf.default.arp_filter=1
+net.ipv4.conf.default.arp_ignore=1
# avoid local addresses that are not in the target's subnet for this interface
net.ipv4.conf.default.arp_announce=1