From 7395a2c994953a9ee773ce94addea5b3b50c18bf Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 27 Jan 2017 12:45:34 -0500 Subject: [PATCH] bgpd: Fixup some cli help strings that were missing Signed-off-by: Donald Sharp --- bgpd/bgp_route.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; -- 2.39.5