mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-24 16:19:33 +00:00
Merge pull request #14941 from FRRouting/mergify/bp/stable/9.1/pr-14940
bgpd: check bgp evpn instance presence in soo (backport #14940)
This commit is contained in:
commit
a8defd3cfc
@ -3628,7 +3628,7 @@ static bool bgp_evpn_route_matches_macvrf_soo(struct bgp_path_info *pi,
|
||||
struct ecommunity *macvrf_soo;
|
||||
bool ret = false;
|
||||
|
||||
if (!bgp_evpn->evpn_info)
|
||||
if (!bgp_evpn || !bgp_evpn->evpn_info)
|
||||
return false;
|
||||
|
||||
/* We only stamp the mac-vrf soo on routes from our local L2VNI.
|
||||
|
Loading…
Reference in New Issue
Block a user