mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-09 20:01:10 +00:00
bgp_vty.c: fix docstrings for bgp_imexport_vpn
Signed-off-by: G. Paul Ziemba <paulz@labn.net>
This commit is contained in:
parent
d555f3e904
commit
c7109e09e7
@ -6527,8 +6527,10 @@ ALIAS (af_route_map_vpn_imexport,
|
|||||||
DEFPY (bgp_imexport_vpn,
|
DEFPY (bgp_imexport_vpn,
|
||||||
bgp_imexport_vpn_cmd,
|
bgp_imexport_vpn_cmd,
|
||||||
"[no] <import|export>$direction_str vpn",
|
"[no] <import|export>$direction_str vpn",
|
||||||
"Export routes to another routing protocol\n"
|
NO_STR
|
||||||
"to VPN RIB per vpn-policy")
|
"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);
|
VTY_DECLVAR_CONTEXT(bgp, bgp);
|
||||||
int previous_state;
|
int previous_state;
|
||||||
|
Loading…
Reference in New Issue
Block a user