]> git.puffer.fish Git - matthieu/frr.git/commitdiff
bgpd: Put back show command to way it was originally
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 16 Jan 2017 00:13:23 +0000 (19:13 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 16 Jan 2017 00:13:23 +0000 (19:13 -0500)
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 <sharpd@cumulusnetworks.com>
bgpd/bgp_route.c

index 9d358e9f8ce96694109ac4b7f69a0238c2da2007..b2a363232c6e76a005ddf2ee819ec08c6b88ec1c 100644 (file)
@@ -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 [<view|vrf> WORD] [<ipv4|ipv6> [<unicast|multicast|vpn|encap>]] [<cidr-only|dampening <flap-statistics|dampened-paths|parameters>|route-map WORD|prefix-list WORD|filter-list WORD|community [<AA:NN|local-AS|no-advertise|no-export> [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 [<view|vrf> WORD] [<ipv4|ipv6> [<unicast|multicast|vpn|encap>]]\
+          [<\
+             cidr-only\
+             |dampening <flap-statistics|dampened-paths|parameters>\
+             |route-map WORD\
+             |prefix-list WORD\
+             |filter-list WORD\
+             |community [<AA:NN|local-AS|no-advertise|no-export> [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