diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-03-24 18:27:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-24 18:27:48 +0100 |
commit | a8f5f36a105594ab9848d009b228726aa6eb4a04 (patch) | |
tree | a0867b87bcfcf7b8836f15ca36c28c7b353e76da /interface-definitions | |
parent | 3a85acc5fa900cabe502529ad57c7fed619c1149 (diff) | |
parent | 78a4676f787e5e37f67afd5c2453ce06e3f0f9e9 (diff) | |
download | vyos-1x-a8f5f36a105594ab9848d009b228726aa6eb4a04.tar.gz vyos-1x-a8f5f36a105594ab9848d009b228726aa6eb4a04.zip |
Merge pull request #1251 from srividya0208/T4288a
ike-group: T4288 : close-action is missing in swanctl.conf
Diffstat (limited to 'interface-definitions')
-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> |