Skip to content

Commit

Permalink
nhrpd: Added a command "no tunnel protection vici profile PROFILE"
Browse files Browse the repository at this point in the history
For compatibility with frr-reload, a command
"no tunnel protection [vici profile PROFILE [fallback-profile FALLBACK]]"
was added.

Signed-off-by: aapostoliuk <[email protected]>
  • Loading branch information
aapostoliuk committed Sep 10, 2024
1 parent 4f185c5 commit be21818
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions nhrpd/nhrp_vty.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,10 +295,15 @@ DEFUN(tunnel_protection, 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
"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);

Expand Down

0 comments on commit be21818

Please sign in to comment.