summaryrefslogtreecommitdiff
path: root/interface-definitions/vpn_ipsec.xml.in
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-01-16 16:45:43 +0100
committerGitHub <noreply@github.com>2024-01-16 16:45:43 +0100
commit0249dc59b5adf095d9833cde42d8649ad299d717 (patch)
treed30352b1dd2cf63cfa42e05cab41678239e30ef5 /interface-definitions/vpn_ipsec.xml.in
parent1ced01d23177120b50aa07f627e0b459b2953f9e (diff)
parent9f4aee5778eefa0a17d4795430d50e4a046e88b0 (diff)
downloadvyos-1x-0249dc59b5adf095d9833cde42d8649ad299d717.tar.gz
vyos-1x-0249dc59b5adf095d9833cde42d8649ad299d717.zip
Merge pull request #2837 from aapostoliuk/T4658-circinus
T4658: Renamed DPD action value from 'hold' to 'trap'
Diffstat (limited to 'interface-definitions/vpn_ipsec.xml.in')
-rw-r--r--interface-definitions/vpn_ipsec.xml.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/interface-definitions/vpn_ipsec.xml.in b/interface-definitions/vpn_ipsec.xml.in
index 1847401b5..76c71949f 100644
--- a/interface-definitions/vpn_ipsec.xml.in
+++ b/interface-definitions/vpn_ipsec.xml.in
@@ -280,10 +280,10 @@
<properties>
<help>Keep-alive failure action</help>
<completionHelp>
- <list>hold clear restart</list>
+ <list>trap clear restart</list>
</completionHelp>
<valueHelp>
- <format>hold</format>
+ <format>trap</format>
<description>Attempt to re-negotiate the connection when matching traffic is seen</description>
</valueHelp>
<valueHelp>
@@ -295,7 +295,7 @@
<description>Attempt to re-negotiate the connection immediately</description>
</valueHelp>
<constraint>
- <regex>(hold|clear|restart)</regex>
+ <regex>(trap|clear|restart)</regex>
</constraint>
</properties>
<defaultValue>clear</defaultValue>