mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 04:50:29 +00:00
Merge pull request #13240 from chiragshah6/fdev2
bgpd: EVPN-MH ESI is not active suppress EAD-ES Type-1 route
This commit is contained in:
commit
6231dde1cc
@ -1071,7 +1071,8 @@ void update_type1_routes_for_evi(struct bgp *bgp, struct bgpevpn *vpn)
|
||||
continue;
|
||||
|
||||
/* Update EAD-ES */
|
||||
bgp_evpn_ead_es_route_update(bgp, es);
|
||||
if (bgp_evpn_local_es_is_active(es))
|
||||
bgp_evpn_ead_es_route_update(bgp, es);
|
||||
|
||||
/* Update EAD-EVI */
|
||||
if (CHECK_FLAG(es->flags, BGP_EVPNES_ADV_EVI)) {
|
||||
|
Loading…
Reference in New Issue
Block a user