bgpd: Remove the double decleration of bgp_global_evpn_node_lookup

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2021-02-07 07:35:38 -05:00
parent 658186e8b6
commit c39b56205a

View File

@ -627,14 +627,6 @@ extern struct bgp_dest *bgp_global_evpn_node_get(struct bgp_table *table,
const struct prefix_evpn *evp,
struct prefix_rd *prd);
extern struct bgp_dest *
bgp_global_evpn_node_lookup(struct bgp_table *table, afi_t afi, safi_t safi,
const struct prefix_evpn *evp,
struct prefix_rd *prd);
extern struct bgp_node *bgp_global_evpn_node_get(struct bgp_table *table,
afi_t afi, safi_t safi,
const struct prefix_evpn *evp,
struct prefix_rd *prd);
extern struct bgp_node *
bgp_global_evpn_node_lookup(struct bgp_table *table, afi_t afi, safi_t safi,
const struct prefix_evpn *evp,
struct prefix_rd *prd);