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 /Makefile.am | |
parent | e70376d3db9a010984d9de97949226ddc76157e7 (diff) | |
download | vyatta-cfg-system-c3709a21b6f6f33ff7730385ce2170b046efa178.tar.gz vyatta-cfg-system-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 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e487007f..f58c0174 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,6 +40,7 @@ sbin_SCRIPTS += scripts/dynamic-dns/vyatta-dynamic-dns.pl sbin_SCRIPTS += scripts/vyatta-system-nameservers sbin_SCRIPTS += scripts/vyatta-bonding.pl sbin_SCRIPTS += scripts/vyatta-raid-event +sbin_SCRIPTS += scripts/vyatta-update-arp-params noinst_DATA = test_bootfile |