mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-19 17:03:19 +00:00
Merge pull request #9479 from AnuradhaKaruppiah/stale_path
zebra: Send path del to bgp for local-inactive path
This commit is contained in:
commit
016d91cff7
@ -2113,12 +2113,12 @@ void zebra_evpn_neigh_remote_macip_add(struct zebra_evpn *zevpn,
|
||||
"sync->remote neigh vni %u ip %pIA mac %pEA seq %d f0x%x",
|
||||
n->zevpn->vni, &n->ip, &n->emac,
|
||||
seq, n->flags);
|
||||
zebra_evpn_neigh_clear_sync_info(n);
|
||||
if (IS_ZEBRA_NEIGH_ACTIVE(n))
|
||||
zebra_evpn_neigh_send_del_to_client(
|
||||
zevpn->vni, &n->ip, &n->emac,
|
||||
n->flags, n->state,
|
||||
false /*force*/);
|
||||
zebra_evpn_neigh_clear_sync_info(n);
|
||||
}
|
||||
if (memcmp(&n->emac, &mac->macaddr,
|
||||
sizeof(struct ethaddr))
|
||||
|
Loading…
Reference in New Issue
Block a user