diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2009-02-27 19:00:10 -0800 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2009-02-27 19:00:10 -0800 |
commit | c3709a21b6f6f33ff7730385ce2170b046efa178 (patch) | |
tree | ff3597ad4c1b1b6a89d030d1c78880a86da82186 /sysconf/vyatta-sysctl.conf | |
parent | e70376d3db9a010984d9de97949226ddc76157e7 (diff) | |
download | vyatta-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/vyatta-sysctl.conf')
-rw-r--r-- | sysconf/vyatta-sysctl.conf | 3 |
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 |