From: Donald Sharp Date: Fri, 27 Jan 2017 17:45:34 +0000 (-0500) Subject: bgpd: Fixup some cli help strings that were missing X-Git-Tag: frr-3.0-branchpoint~69 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=7395a2c994953a9ee773ce94addea5b3b50c18bf;p=mirror%2Ffrr.git bgpd: Fixup some cli help strings that were missing Signed-off-by: Donald Sharp --- diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index 9fffde13ad..f560bb2eaa 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -9310,6 +9310,8 @@ DEFUN (show_ip_bgp_instance_neighbor_advertised_route, IP_STR BGP_STR BGP_INSTANCE_HELP_STR + BGP_AFI_HELP_STR + BGP_SAFI_HELP_STR "Detailed information on TCP and BGP neighbor connections\n" "Neighbor to display information about\n" "Neighbor to display information about\n" @@ -9579,7 +9581,9 @@ DEFUN (show_bgp_afi_vpn_rd_route, "Address Family modifier\n" "Display information for a route distinguisher\n" "Route Distinguisher\n" - "Network in the BGP routing table to display\n") + "Network in the BGP routing table to display\n" + "Network in the BGP routing table to display\n" + JSON_STR) { int ret; struct prefix_rd prd;