From a4edc2d812b0f026f5eda3417acbf181373effa3 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 22 Dec 2009 14:58:09 -0800 Subject: 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. --- sysconf/vyatta-sysctl.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'sysconf') 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 -- cgit v1.2.3