forked from Mirror/frr
bgpd: remove apis from bgp_route.h
Remove a couple of apis that don't exist. Signed-off-by: Mark Stapp <mjs@cisco.com>
This commit is contained in:
parent
6a5962e1f8
commit
020245befd
|
@ -934,9 +934,6 @@ extern bool subgroup_announce_check(struct bgp_dest *dest,
|
|||
const struct prefix *p, struct attr *attr,
|
||||
struct attr *post_attr);
|
||||
|
||||
extern void bgp_peer_clear_node_queue_drain_immediate(struct peer *peer);
|
||||
extern void bgp_process_queues_drain_immediate(void);
|
||||
|
||||
/* for encap/vpn */
|
||||
extern struct bgp_dest *bgp_safi_node_lookup(struct bgp_table *table,
|
||||
safi_t safi,
|
||||
|
|
Loading…
Reference in a new issue