]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgpd: Fixup some cli help strings that were missing
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 27 Jan 2017 17:45:34 +0000 (12:45 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 27 Jan 2017 17:45:34 +0000 (12:45 -0500)
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_route.c

index 9fffde13ad398739bd71f6619ea68ff0761d6a68..f560bb2eaaa6d557f2ebffa3edd4873be7f409f2 100644 (file)
@@ -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;