mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 16:04:49 +00:00
Merge pull request #11888 from anlancs/fix/l2vni-vid-change
zebra: fix missing tenant vrf change notification
This commit is contained in:
commit
4ed967b375
@ -5148,10 +5148,9 @@ int zebra_vxlan_if_update(struct interface *ifp, uint16_t chgflags)
|
|||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
/* Inform BGP, if there is a change of interest. */
|
/* Inform BGP, if there is a change of interest. */
|
||||||
if (chgflags
|
if (chgflags &
|
||||||
& (ZEBRA_VXLIF_MASTER_CHANGE |
|
(ZEBRA_VXLIF_MASTER_CHANGE | ZEBRA_VXLIF_LOCAL_IP_CHANGE |
|
||||||
ZEBRA_VXLIF_LOCAL_IP_CHANGE |
|
ZEBRA_VXLIF_MCAST_GRP_CHANGE | ZEBRA_VXLIF_VLAN_CHANGE))
|
||||||
ZEBRA_VXLIF_MCAST_GRP_CHANGE))
|
|
||||||
zebra_evpn_send_add_to_client(zevpn);
|
zebra_evpn_send_add_to_client(zevpn);
|
||||||
|
|
||||||
/* If there is a valid new master or a VLAN mapping change,
|
/* If there is a valid new master or a VLAN mapping change,
|
||||||
|
Loading…
Reference in New Issue
Block a user