diff options
| author | Philippe Guibert <philippe.guibert@6wind.com> | 2017-01-13 14:29:20 +0100 |
|---|---|---|
| committer | Philippe Guibert <philippe.guibert@6wind.com> | 2017-01-13 14:51:18 +0100 |
| commit | 05e588f45dc2599306d8da98de1d6f53b557477a (patch) | |
| tree | 3106a9c85c88441e2f075a7fc288663f30592c1c | |
| parent | 52c439c1f9542a6f6b62522afaa10a62033d60cb (diff) | |
bgpd: remove one extra help handler from show bgp mpls commands
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>
| -rw-r--r-- | bgpd/bgp_mplsvpn.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/bgpd/bgp_mplsvpn.c b/bgpd/bgp_mplsvpn.c index f6b1dc5c52..f5ec33d0de 100644 --- a/bgpd/bgp_mplsvpn.c +++ b/bgpd/bgp_mplsvpn.c @@ -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" |
