mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 23:53:28 +00:00
zebra: protodown-up event trigger interface up
Vxlan interfaces flap (protodown/up) event, non ptm operative interfaces do not come up as protodown up event do not trigger "if_up()" event. Ticket:CM-30477 Reviewed By:CCR-10681 Testing Done: validated interfaces flaps, ip link down, ifdown and protodown followed by UP event. all Vxlan interfaces come up in bgpd post flap. Signed-off-by: Chirag Shah <chirag@nvidia.com>
This commit is contained in:
parent
2d04bd98ac
commit
d78fa57195
@ -1939,7 +1939,7 @@ int netlink_link_change(struct nlmsghdr *h, ns_id_t ns_id, int startup)
|
|||||||
zlog_debug(
|
zlog_debug(
|
||||||
"Intf %s(%u) PTM up, notifying clients",
|
"Intf %s(%u) PTM up, notifying clients",
|
||||||
name, ifp->ifindex);
|
name, ifp->ifindex);
|
||||||
zebra_interface_up_update(ifp);
|
if_up(ifp);
|
||||||
|
|
||||||
/* Update EVPN VNI when SVI MAC change
|
/* Update EVPN VNI when SVI MAC change
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user