]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgpd: remove one extra help handler from show bgp mpls commands 70/head
authorPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 13 Jan 2017 13:29:20 +0000 (14:29 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 13 Jan 2017 13:51:18 +0000 (14:51 +0100)
This commit fixes the help display of show bgp mpls commands, since
the last change introduced a problem in relation with help handlers.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_mplsvpn.c

index f6b1dc5c52cf1b352d521b41fe51d8bd4d57dcb7..f5ec33d0de2c290d7846e34388e153998bb9d935 100644 (file)
@@ -963,7 +963,7 @@ DEFUN (show_bgp_ip_vpn_rd,
        SHOW_STR
        IP_STR
        BGP_STR
-       "Address Family\n"
+       BGP_VPNVX_HELP_STR
        "Display VPN NLRI specific information\n"
        "Display information for a route distinguisher\n"
        "VPN Route Distinguisher\n"
@@ -1001,7 +1001,6 @@ DEFUN (show_ip_bgp_vpn_all,
        SHOW_STR
        IP_STR
        BGP_STR
-       "Address Family\n"
        BGP_VPNVX_HELP_STR)
 {
   afi_t afi;
@@ -1018,7 +1017,6 @@ DEFUN (show_ip_bgp_vpn_rd,
        SHOW_STR
        IP_STR
        BGP_STR
-       "Address Family\n"
        BGP_VPNVX_HELP_STR
        "Display information for a route distinguisher\n"
        "VPN Route Distinguisher\n")
@@ -1048,7 +1046,6 @@ DEFUN (show_ip_bgp_vpn_all_tags,
        SHOW_STR
        IP_STR
        BGP_STR
-       "Address Family\n"
        BGP_VPNVX_HELP_STR
        "Display information about all VPNv4/VPNV6 NLRIs\n"
        "Display BGP tags for prefixes\n")
@@ -1067,7 +1064,6 @@ DEFUN (show_ip_bgp_vpn_rd_tags,
        SHOW_STR
        IP_STR
        BGP_STR
-       "Address Family\n"
        BGP_VPNVX_HELP_STR
        "Display information for a route distinguisher\n"
        "VPN Route Distinguisher\n"
@@ -1098,7 +1094,6 @@ DEFUN (show_ip_bgp_vpn_all_neighbor_routes,
        SHOW_STR
        IP_STR
        BGP_STR
-       "Address Family\n"
        BGP_VPNVX_HELP_STR
        "Display information about all VPNv4/VPNv6 NLRIs\n"
        "Detailed information on TCP and BGP neighbor connections\n"
@@ -1159,7 +1154,6 @@ DEFUN (show_ip_bgp_vpn_rd_neighbor_routes,
        SHOW_STR
        IP_STR
        BGP_STR
-       "Address Family\n"
        BGP_VPNVX_HELP_STR
        "Display information for a route distinguisher\n"
        "VPN Route Distinguisher\n"
@@ -1239,7 +1233,6 @@ DEFUN (show_ip_bgp_vpn_all_neighbor_advertised_routes,
        SHOW_STR
        IP_STR
        BGP_STR
-       "Address Family\n"
        BGP_VPNVX_HELP_STR
        "Display information about all VPNv4/VPNv6 NLRIs\n"
        "Detailed information on TCP and BGP neighbor connections\n"
@@ -1299,7 +1292,6 @@ DEFUN (show_ip_bgp_vpn_rd_neighbor_advertised_routes,
        SHOW_STR
        IP_STR
        BGP_STR
-       "Address Family\n"
        BGP_VPNVX_HELP_STR
        "Display information for a route distinguisher\n"
        "VPN Route Distinguisher\n"