mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 11:44:16 +00:00
Merge pull request #7106 from AnuradhaKaruppiah/dad-mh-fix
zebra: dup detected mac avoid update to bgpd
This commit is contained in:
commit
e20c2ae2f5
@ -2060,6 +2060,7 @@ int zebra_evpn_add_update_local_mac(struct zebra_vrf *zvrf, zebra_evpn_t *zevpn,
|
||||
if (is_dup_detect) {
|
||||
inform_client = false;
|
||||
upd_neigh = false;
|
||||
es_change = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -2092,6 +2093,7 @@ int zebra_evpn_add_update_local_mac(struct zebra_vrf *zvrf, zebra_evpn_t *zevpn,
|
||||
mac->es ? mac->es->esi_str : "", mac->loc_seq,
|
||||
mac->flags,
|
||||
local_inactive ? " local-inactive" : "");
|
||||
if (!is_dup_detect)
|
||||
inform_client = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user