]> git.puffer.fish Git - mirror/frr.git/commit
zebra: send interface updates when down
authorQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 1 Aug 2019 17:37:05 +0000 (17:37 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 2 Aug 2019 17:20:45 +0000 (17:20 +0000)
commit6f908ded80eeba40a850e8d1f6246fb3ed31e648
treefb0df6ba5db5fc85b5f5ace48cc45fee70312206
parent76bcde9e5dc1400b0648b346944f38c2c2d9fa97
zebra: send interface updates when down

When interfaces change while they are up, Zebra sends if_up
notifications with the updated interface info. Change Zebra to send
if_down notifications with interface info when the interface changes
while it is down.

VRRP, at the least, needs these to know about MAC changes while an
interface is down.

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