diff options
author | srividya0208 <a.srividya@vyos.io> | 2022-03-18 08:39:14 -0400 |
---|---|---|
committer | srividya0208 <a.srividya@vyos.io> | 2022-03-24 12:00:11 -0400 |
commit | 78a4676f787e5e37f67afd5c2453ce06e3f0f9e9 (patch) | |
tree | d3539fbf37e1e8946d103e376b6ced7ccf6dfa26 /interface-definitions/vpn_ipsec.xml.in | |
parent | 71805191d1e663af47ac1c2c11f7861d84677525 (diff) | |
download | vyos-1x-78a4676f787e5e37f67afd5c2453ce06e3f0f9e9.tar.gz vyos-1x-78a4676f787e5e37f67afd5c2453ce06e3f0f9e9.zip |
ike-group: T4288 : close-action is missing in swanctl.conf
close-action parameter is missing in the swanctl.conf file
Diffstat (limited to 'interface-definitions/vpn_ipsec.xml.in')
-rw-r--r-- | interface-definitions/vpn_ipsec.xml.in | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/interface-definitions/vpn_ipsec.xml.in b/interface-definitions/vpn_ipsec.xml.in index d8c06a310..a86951ce8 100644 --- a/interface-definitions/vpn_ipsec.xml.in +++ b/interface-definitions/vpn_ipsec.xml.in @@ -231,7 +231,7 @@ <properties> <help>Action to take if a child SA is unexpectedly closed</help> <completionHelp> - <list>none hold clear restart</list> + <list>none hold restart</list> </completionHelp> <valueHelp> <format>none</format> @@ -242,15 +242,11 @@ <description>Attempt to re-negotiate when matching traffic is seen</description> </valueHelp> <valueHelp> - <format>clear</format> - <description>Remove the connection immediately</description> - </valueHelp> - <valueHelp> <format>restart</format> <description>Attempt to re-negotiate the connection immediately</description> </valueHelp> <constraint> - <regex>^(none|hold|clear|restart)$</regex> + <regex>^(none|hold|restart)$</regex> </constraint> </properties> </leafNode> |