diff options
Diffstat (limited to 'bgpd/bgp_evpn.h')
| -rw-r--r-- | bgpd/bgp_evpn.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/bgpd/bgp_evpn.h b/bgpd/bgp_evpn.h index dc82bcfba9..10eff1dcfb 100644 --- a/bgpd/bgp_evpn.h +++ b/bgpd/bgp_evpn.h @@ -195,4 +195,8 @@ extern enum zclient_send_status  evpn_zebra_uninstall(struct bgp *bgp, struct bgpevpn *vpn,  		     const struct prefix_evpn *p, struct bgp_path_info *pi,  		     bool is_sync); +bool bgp_evpn_skip_vrf_import_of_local_es(struct bgp *bgp_vrf, const struct prefix_evpn *evp, +					  struct bgp_path_info *pi, int install); +int uninstall_evpn_route_entry_in_vrf(struct bgp *bgp_vrf, const struct prefix_evpn *evp, +				      struct bgp_path_info *parent_pi);  #endif /* _QUAGGA_BGP_EVPN_H */  | 
