Merge pull request #8031 from donaldsharp/duplicate

bgpd: Remove the double decleration of bgp_global_evpn_node_lookup
This commit is contained in:
Donatas Abraitis 2021-02-08 10:04:14 +02:00 committed by GitHub
commit 95cf9cb58a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -627,14 +627,6 @@ extern struct bgp_dest *bgp_global_evpn_node_get(struct bgp_table *table,
const struct prefix_evpn *evp, const struct prefix_evpn *evp,
struct prefix_rd *prd); struct prefix_rd *prd);
extern struct bgp_dest * 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, bgp_global_evpn_node_lookup(struct bgp_table *table, afi_t afi, safi_t safi,
const struct prefix_evpn *evp, const struct prefix_evpn *evp,
struct prefix_rd *prd); struct prefix_rd *prd);