diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2008-05-19 11:20:36 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2008-05-19 11:20:36 -0700 |
commit | 5b160a324927a457c8ddbd90afada3523b189a43 (patch) | |
tree | b0684a729d4688af6a6f742ab8bc98947b4c7fa5 /debian/control | |
parent | 0bdc207f65ebdd10f49b6d05f03e866a52955c71 (diff) | |
download | vyatta-cfg-quagga-5b160a324927a457c8ddbd90afada3523b189a43.tar.gz vyatta-cfg-quagga-5b160a324927a457c8ddbd90afada3523b189a43.zip |
Fix 3251: vrrp should also send a gratuitous arp reply on master transition
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 615b5050..1f63a6ce 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,8 @@ Depends: sed (>= 4.1.5), bridge-utils, ssh, ed, - tshark + tshark, + iputils-arping Suggests: util-linux (>= 2.13-5), net-tools, ethtool, |