]> git.puffer.fish Git - mirror/frr.git/commit
vrrpd: skip binding interface after create
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 13 Feb 2019 22:16:56 +0000 (22:16 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 17 May 2019 00:27:08 +0000 (00:27 +0000)
commit2198a5bbc90bb3fc4ec4626ff627a6df5b1081e4
tree5b9254eccb28427a3771ef598f51136b3b58f739
parentb7dc1bbb31e015ada8ca23617dda5b61888d0a4f
vrrpd: skip binding interface after create

When automatically creating new VRRP instances, we don't need to try to
bind them to macvlan interfaces again. We only need to do that when we
got notified that a new interface came up and want an existing VRRP
instance to update its interface bindings.

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