From c7109e09e7bd98b65ad0e59a4f726922d28da345 Mon Sep 17 00:00:00 2001 From: "G. Paul Ziemba" Date: Mon, 19 Mar 2018 20:59:46 -0700 Subject: [PATCH] bgp_vty.c: fix docstrings for bgp_imexport_vpn Signed-off-by: G. Paul Ziemba --- bgpd/bgp_vty.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index b14fffadb2..ad6f1a5588 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -6527,8 +6527,10 @@ ALIAS (af_route_map_vpn_imexport, DEFPY (bgp_imexport_vpn, bgp_imexport_vpn_cmd, "[no] $direction_str vpn", - "Export routes to another routing protocol\n" - "to VPN RIB per vpn-policy") + NO_STR + "Import routes to this address-family\n" + "Export routes from this address-family\n" + "to/from default instance VPN RIB\n") { VTY_DECLVAR_CONTEXT(bgp, bgp); int previous_state; -- 2.39.5