mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 12:49:18 +00:00
bgpd rfapi: remove ability to configure use of encap-safi (continue to use encap attribute)
Signed-off-by: Lou Berger <lberger@labn.net>
This commit is contained in:
parent
5b1f0f29e7
commit
2fd1b54aa1
@ -290,10 +290,9 @@ bgp_rfapi_is_vnc_configured (struct bgp *bgp)
|
|||||||
|
|
||||||
DEFUN (vnc_advertise_un_method,
|
DEFUN (vnc_advertise_un_method,
|
||||||
vnc_advertise_un_method_cmd,
|
vnc_advertise_un_method_cmd,
|
||||||
"vnc advertise-un-method <encap-safi|encap-attr>",
|
"vnc advertise-un-method encap-attr",
|
||||||
VNC_CONFIG_STR
|
VNC_CONFIG_STR
|
||||||
"Method of advertising UN addresses\n"
|
"Method of advertising UN addresses\n"
|
||||||
"Via Encapsulation SAFI\n"
|
|
||||||
"Via Tunnel Encap attribute (in VPN SAFI)\n")
|
"Via Tunnel Encap attribute (in VPN SAFI)\n")
|
||||||
{
|
{
|
||||||
VTY_DECLVAR_CONTEXT(bgp, bgp);
|
VTY_DECLVAR_CONTEXT(bgp, bgp);
|
||||||
|
Loading…
Reference in New Issue
Block a user