From 3517059b32377e7b60229bfff5dc53e9173fa7af Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 27 Jan 2017 15:51:41 -0500 Subject: [PATCH] bgpd: Fix help strings Fix the missing help strings Signed-off-by: Donald Sharp --- bgpd/bgp_mplsvpn.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bgpd/bgp_mplsvpn.c b/bgpd/bgp_mplsvpn.c index d13de9b9e6..cfdb9f3ce6 100644 --- a/bgpd/bgp_mplsvpn.c +++ b/bgpd/bgp_mplsvpn.c @@ -1001,6 +1001,7 @@ DEFUN (show_ip_bgp_vpn_rd, IP_STR BGP_STR BGP_AFI_HELP_STR + "Address Family modifier\n" "Display information for a route distinguisher\n" "VPN Route Distinguisher\n") { -- 2.39.5