mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 13:46:45 +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) {
|
if (is_dup_detect) {
|
||||||
inform_client = false;
|
inform_client = false;
|
||||||
upd_neigh = false;
|
upd_neigh = false;
|
||||||
|
es_change = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -2092,7 +2093,8 @@ 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->es ? mac->es->esi_str : "", mac->loc_seq,
|
||||||
mac->flags,
|
mac->flags,
|
||||||
local_inactive ? " local-inactive" : "");
|
local_inactive ? " local-inactive" : "");
|
||||||
inform_client = true;
|
if (!is_dup_detect)
|
||||||
|
inform_client = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (es_change) {
|
if (es_change) {
|
||||||
|
Loading…
Reference in New Issue
Block a user