summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_vty.h
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2016-10-25 00:24:40 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2016-10-25 00:24:40 +0200
commit8c3deaae5179988a422dd7942b7e1c78c0c21e38 (patch)
treef41876d33b0ae61c02f97743ace277f04e022576 /bgpd/bgp_vty.h
parentMerge branch 'cmaster-next' into vtysh-grammar (diff)
downloadfrr-8c3deaae5179988a422dd7942b7e1c78c0c21e38.tar.xz
frr-8c3deaae5179988a422dd7942b7e1c78c0c21e38.zip
bgpd: Fixup / add back some BGP show commands
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_vty.h')
-rw-r--r--bgpd/bgp_vty.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/bgpd/bgp_vty.h b/bgpd/bgp_vty.h
index 936d66131..382af0984 100644
--- a/bgpd/bgp_vty.h
+++ b/bgpd/bgp_vty.h
@@ -33,14 +33,6 @@ extern int bgp_config_write_wpkt_quanta(struct vty *vty, struct bgp *bgp);
extern int bgp_config_write_listen(struct vty *vty, struct bgp *bgp);
extern int bgp_config_write_coalesce_time(struct vty *vty, struct bgp *bgp);
extern int bgp_vty_return (struct vty *vty, int ret);
-extern char *bgp_get_argv_vrf (int argc, struct cmd_token **argv,
- afi_t *afi, safi_t *safi,
- int *idx_view_vrf, int *idx_vrf,
- int *idx_next_token);
-extern void bgp_get_argv_afi_safi (int argc, struct cmd_token **argv,
- int idx_afi, int idx_safi,
- afi_t *afi, safi_t *safi,
- int *idx_next_token);
extern struct peer *
peer_and_group_lookup_vty (struct vty *vty, const char *peer_str);