]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgp_vty.c: fix docstrings for bgp_imexport_vpn 1913/head
authorG. Paul Ziemba <paulz@labn.net>
Tue, 20 Mar 2018 03:59:46 +0000 (20:59 -0700)
committerG. Paul Ziemba <paulz@labn.net>
Tue, 20 Mar 2018 05:14:43 +0000 (22:14 -0700)
Signed-off-by: G. Paul Ziemba <paulz@labn.net>
bgpd/bgp_vty.c

index b14fffadb2ccb19e80f2c5ee857d4d0b10dedfd8..ad6f1a558873f4d02f03409715261915a4a04608 100644 (file)
@@ -6527,8 +6527,10 @@ ALIAS (af_route_map_vpn_imexport,
 DEFPY (bgp_imexport_vpn,
        bgp_imexport_vpn_cmd,
        "[no] <import|export>$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;