Merge pull request #18564 from routingrocks/rvaratharaj/bug_fix_bgp

bgpd: Skip EVPN MAC processing for non-EVPN peers
This commit is contained in:
Donatas Abraitis 2025-04-03 09:46:34 +03:00 committed by GitHub
commit b977a0541c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -219,6 +219,9 @@ static void bgp_mac_rescan_evpn_table(struct bgp *bgp, struct ethaddr *macaddr)
if (!peer_established(peer->connection))
continue;
if (!peer->afc[afi][safi])
continue;
if (bgp_debug_update(peer, NULL, NULL, 1))
zlog_debug(
"Processing EVPN MAC interface change on peer %s %s",