diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index 7f40a921e168..2ba0eb7437c3 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -6998,6 +6998,7 @@ void bgp_purge_static_redist_routes(struct bgp *bgp) bgp_purge_af_static_redist_routes(bgp, afi, safi); } +int str2prefix_rtc(const char *str, struct prefix_rtc *p); int str2prefix_rtc(const char *str, struct prefix_rtc *p) { struct ecommunity *ecom = NULL; int ret; @@ -11860,6 +11861,9 @@ static int bgp_show_table(struct vty *vty, struct bgp *bgp, safi_t safi, return CMD_SUCCESS; } +int bgp_show_table_rtc(struct vty *vty, struct bgp *bgp, safi_t safi, + struct bgp_table *table, enum bgp_show_type type, void *output_arg, + uint16_t show_flags); int bgp_show_table_rtc(struct vty *vty, struct bgp *bgp, safi_t safi, struct bgp_table *table, enum bgp_show_type type, void *output_arg, uint16_t show_flags)