Skip to content

Commit

Permalink
Merge pull request #16778 from aapostoliuk/16628-master
Browse files Browse the repository at this point in the history
nhrpd: Added a command "no tunnel protection vici profile PROFILE"
  • Loading branch information
riw777 authored Sep 10, 2024
2 parents 50a61af + be21818 commit 2b4a262
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 2b4a262

Please sign in to comment.