From: Lou Berger Date: Fri, 29 Sep 2017 15:26:05 +0000 (-0400) Subject: bgpd: remove old/broken vpnv4 from of show bgp X-Git-Tag: frr-4.0-dev~235^2~4 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=24345e82e8d347a77478c61a2fac2cec06e97ba8;p=mirror%2Ffrr.git bgpd: remove old/broken vpnv4 from of show bgp Signed-off-by: Lou Berger --- 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"