]> git.proxmox.com Git - mirror_frr.git/commit - vrrpd/vrrp.c
vrrpd: handle address deletion, don't accept dupes
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 30 Jan 2019 21:47:55 +0000 (21:47 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 17 May 2019 00:27:08 +0000 (00:27 +0000)
commit2cd909020d730e5457ea211a21242b5181deb334
treeaf12cd731421244eba6eb05c2f179000a317f376
parent4f0b6b451a92fef15408320adaaacc71bc783a1e
vrrpd: handle address deletion, don't accept dupes

* Do nothing if user tries to add the same IP twice
* Implement deletion of IPs
* Deactivate virtual router if all IPs are deleted
* Deduplicate add / remove code

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
vrrpd/vrrp.c
vrrpd/vrrp.h
vrrpd/vrrp_vty.c