From 24345e82e8d347a77478c61a2fac2cec06e97ba8 Mon Sep 17 00:00:00 2001 From: Lou Berger Date: Fri, 29 Sep 2017 11:26:05 -0400 Subject: [PATCH] bgpd: remove old/broken vpnv4 from of show bgp Signed-off-by: Lou Berger --- bgpd/bgp_vty.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index 4ddb499821..355d1037b8 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -9868,17 +9868,13 @@ static int bgp_show_neighbor_vty(struct vty *vty, const char *name, /* "show [ip] bgp neighbors" commands. */ DEFUN (show_ip_bgp_neighbors, show_ip_bgp_neighbors_cmd, - "show [ip] bgp [ VIEWVRFNAME] [>] neighbors [] [json]", + "show [ip] bgp [ VIEWVRFNAME] [] neighbors [] [json]", SHOW_STR IP_STR BGP_STR BGP_INSTANCE_HELP_STR "Address Family\n" "Address Family\n" - "Address Family\n" - "Display information about all VPNv4 NLRIs\n" - "Display information for a route distinguisher\n" - "VPN Route Distinguisher\n" "Detailed information on TCP and BGP neighbor connections\n" "Neighbor to display information about\n" "Neighbor to display information about\n" -- 2.39.5