From: Donald Sharp Date: Mon, 16 Jan 2017 00:01:56 +0000 (-0500) Subject: bgpd: Add missing help-string for [route-map WORD] X-Git-Tag: frr-3.0-branchpoint~84^2~2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=11daee812ca91b7da69bbf668925159fb8c3f218;p=matthieu%2Ffrr.git bgpd: Add missing help-string for [route-map WORD] Signed-off-by: Donald Sharp --- diff --git a/bgpd/bgp_mplsvpn.c b/bgpd/bgp_mplsvpn.c index f5ec33d0de..31005a3faf 100644 --- a/bgpd/bgp_mplsvpn.c +++ b/bgpd/bgp_mplsvpn.c @@ -526,7 +526,9 @@ DEFUN (vpnv6_network, "Specify Route Distinguisher\n" "VPN Route Distinguisher\n" "BGP tag\n" - "tag value\n") + "tag value\n" + "route map\n" + "route map name\n") { int idx_ipv6_prefix = 1; int idx_ext_community = 3;