From: Donald Sharp Date: Mon, 16 Jan 2017 00:13:23 +0000 (-0500) Subject: bgpd: Put back show command to way it was originally X-Git-Tag: frr-3.0-branchpoint~84^2~1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=9711caf869c409a06e0ab33146568c2301b3c43a;p=mirror%2Ffrr.git bgpd: Put back show command to way it was originally I modified the 'show ....' command to be one long line. Upon reflection and porting the large-community code I have decided that we need to put this back to the way it was before. Signed-off-by: Donald Sharp --- diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index 9d358e9f8c..b2a363232c 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -7859,7 +7859,18 @@ bgp_show_route (struct vty *vty, const char *view_name, const char *ip_str, /* BGP route print out function. */ DEFUN (show_ip_bgp_ipv4, show_ip_bgp_ipv4_cmd, - "show [ip] bgp [ WORD] [ []] [|route-map WORD|prefix-list WORD|filter-list WORD|community [ [exact-match]]|community-list <(1-500)|WORD> [exact-match]|A.B.C.D/M longer-prefixes|X:X::X:X/M longer-prefixes>] [json]", + "show [ip] bgp [ WORD] [ []]\ + [<\ + cidr-only\ + |dampening \ + |route-map WORD\ + |prefix-list WORD\ + |filter-list WORD\ + |community [ [exact-match]]\ + |community-list <(1-500)|WORD> [exact-match]\ + |A.B.C.D/M longer-prefixes\ + |X:X::X:X/M longer-prefixes>\ + ] [json]", SHOW_STR IP_STR BGP_STR