diff options
author | Christian Breunig <christian@breunig.cc> | 2024-01-17 18:36:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-17 18:36:46 +0100 |
commit | c07f27e8e23255cc970fa86f6a97c1bdccbcdbd8 (patch) | |
tree | 0bfaaf4c2f4552c61e356ba6a6c6ad0979c19c78 /interface-definitions/vpn_ipsec.xml.in | |
parent | bbd8c90755c664cfd8492f5d5efb70dbd8c84639 (diff) | |
parent | 8870fabf1b4358618fca7db459515106653214b5 (diff) | |
download | vyos-1x-c07f27e8e23255cc970fa86f6a97c1bdccbcdbd8.tar.gz vyos-1x-c07f27e8e23255cc970fa86f6a97c1bdccbcdbd8.zip |
Merge pull request #2842 from aapostoliuk/T5953-circinus
T5953: Changed values of 'close-action' to Strongswan values
Diffstat (limited to 'interface-definitions/vpn_ipsec.xml.in')
-rw-r--r-- | interface-definitions/vpn_ipsec.xml.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/interface-definitions/vpn_ipsec.xml.in b/interface-definitions/vpn_ipsec.xml.in index 76c71949f..9d1d5d824 100644 --- a/interface-definitions/vpn_ipsec.xml.in +++ b/interface-definitions/vpn_ipsec.xml.in @@ -251,22 +251,22 @@ <properties> <help>Action to take if a child SA is unexpectedly closed</help> <completionHelp> - <list>none hold restart</list> + <list>none trap start</list> </completionHelp> <valueHelp> <format>none</format> <description>Do nothing</description> </valueHelp> <valueHelp> - <format>hold</format> + <format>trap</format> <description>Attempt to re-negotiate when matching traffic is seen</description> </valueHelp> <valueHelp> - <format>restart</format> + <format>start</format> <description>Attempt to re-negotiate the connection immediately</description> </valueHelp> <constraint> - <regex>(none|hold|restart)</regex> + <regex>(none|trap|start)</regex> </constraint> </properties> <defaultValue>none</defaultValue> |