]> git.puffer.fish Git - mirror/frr.git/commit
vrrpd: allow searching for interfaces late
authorQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 25 Jan 2019 18:48:41 +0000 (18:48 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 17 May 2019 00:27:08 +0000 (00:27 +0000)
commit85467974e8abcd5517e7cc6c67574c1d4c9f19b0
tree81274b4a0e43d713f9f51ce16928a56f18798157
parent6287cefe9cefc32bda53dd7aa30adb3be8869443
vrrpd: allow searching for interfaces late

Break out code for assigning macvlan interface to a vrrp router into its
own function so it can be called multiple times. This allows bringing up
IPv4 and IPv6 at different times if all the interfaces are not created
yet.

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