]> git.puffer.fish Git - matthieu/frr.git/commit
vrrpd: only update one vrrp_router list at a time
authorQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 28 Feb 2019 18:25:39 +0000 (18:25 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 17 May 2019 00:27:08 +0000 (00:27 +0000)
commitac1429b9ef8da6d5d8744be7f6cc7f284d5b9b5a
tree2dc93b9c7a4dd11853ef1e954e9bb63126c74950
parent14eb6274e804d75c2cd0d4c117bef28a263ff97c
vrrpd: only update one vrrp_router list at a time

When using an autoconfigured VRRP instance, when an interface address
was added or deleted we were trying to update the address list for both
v4 and v6 vrrp_router's which sometimes would cause all the addresses to
get deleted off of one of them and result in an automatic shutdown.

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