mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-10 14:30:47 +00:00
Merge pull request #16778 from aapostoliuk/16628-master
nhrpd: Added a command "no tunnel protection vici profile PROFILE"
This commit is contained in:
commit
2b4a262c45
@ -295,10 +295,15 @@ DEFUN(tunnel_protection, tunnel_protection_cmd,
|
|||||||
}
|
}
|
||||||
|
|
||||||
DEFUN(no_tunnel_protection, no_tunnel_protection_cmd,
|
DEFUN(no_tunnel_protection, no_tunnel_protection_cmd,
|
||||||
"no tunnel protection",
|
"no tunnel protection [vici profile PROFILE [fallback-profile FALLBACK]]",
|
||||||
NO_STR
|
NO_STR
|
||||||
"NHRP/GRE integration\n"
|
"NHRP/GRE integration\n"
|
||||||
"IPsec protection\n")
|
"IPsec protection\n"
|
||||||
|
"VICI (StrongSwan)\n"
|
||||||
|
"IPsec profile\n"
|
||||||
|
"IPsec profile name\n"
|
||||||
|
"Fallback IPsec profile\n"
|
||||||
|
"Fallback IPsec profile name\n")
|
||||||
{
|
{
|
||||||
VTY_DECLVAR_CONTEXT(interface, ifp);
|
VTY_DECLVAR_CONTEXT(interface, ifp);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user