summaryrefslogtreecommitdiff
path: root/sysconf
diff options
context:
space:
mode:
authorMohit Mehta <mohit.mehta@vyatta.com>2009-02-27 19:00:10 -0800
committerMohit Mehta <mohit.mehta@vyatta.com>2009-02-27 19:00:10 -0800
commitc3709a21b6f6f33ff7730385ce2170b046efa178 (patch)
treeff3597ad4c1b1b6a89d030d1c78880a86da82186 /sysconf
parente70376d3db9a010984d9de97949226ddc76157e7 (diff)
downloadvyatta-cfg-quagga-c3709a21b6f6f33ff7730385ce2170b046efa178.tar.gz
vyatta-cfg-quagga-c3709a21b6f6f33ff7730385ce2170b046efa178.zip
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
Diffstat (limited to 'sysconf')
-rw-r--r--sysconf/vyatta-sysctl.conf3
1 files changed, 3 insertions, 0 deletions
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