From c3709a21b6f6f33ff7730385ce2170b046efa178 Mon Sep 17 00:00:00 2001 From: Mohit Mehta Date: Fri, 27 Feb 2009 19:00:10 -0800 Subject: Fix Bug 2463 Allow the neighbor table threshold values to be modified via the CLI - (modify ARP table size) * added cli to configure [arp (ipv4)] and [neighbor (ipv6)] table-size * set default value for arp_announce so as to avoid local addresses that are not in the target's subnet for the interface --- sysconf/vyatta-sysctl.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysconf') diff --git a/sysconf/vyatta-sysctl.conf b/sysconf/vyatta-sysctl.conf index 24dce03a..5b888a8c 100644 --- a/sysconf/vyatta-sysctl.conf +++ b/sysconf/vyatta-sysctl.conf @@ -12,6 +12,9 @@ kernel.panic=60 # Only answer ARP requests on same subnet net.ipv4.conf.default.arp_filter=1 +# avoid local addresses that are not in the target's subnet for this interface +net.ipv4.conf.default.arp_announce=1 + # Enable packet forwarding for IPv4 net.ipv4.ip_forward=1 -- cgit v1.2.3