]> git.proxmox.com Git - mirror_frr.git/commit - vrrpd/vrrp_zebra.c
vrrpd: interface tracking
authorQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 14 Feb 2019 22:28:51 +0000 (22:28 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 17 May 2019 00:27:08 +0000 (00:27 +0000)
commit6e93585e6f4f837e3f1912e1877b72d7ca7544f9
tree7815e028dfd319ffb739f724dc314b6fa124bff4
parente6341d212bb52b4f1f8238b51894733b8593855b
vrrpd: interface tracking

* Dynamically bind interfaces when they become available
* Automatically start VRRP sessions when their interfaces are added or
  come up
* Automatically shut down VRRP sessions when their interfaces are
  deleted or go down
* Automatically unbind interfaces when they are deleted

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