summaryrefslogtreecommitdiff
path: root/interface-definitions/vpn_ipsec.xml.in
diff options
context:
space:
mode:
authoraapostoliuk <a.apostoliuk@vyos.io>2024-01-16 16:26:26 +0200
committeraapostoliuk <a.apostoliuk@vyos.io>2024-01-16 16:26:26 +0200
commit9f4aee5778eefa0a17d4795430d50e4a046e88b0 (patch)
tree00a407c3dd345b298554f98e9716708e11942109 /interface-definitions/vpn_ipsec.xml.in
parent9171b2912a6adbe88de4eeacbcc83cea5c941e48 (diff)
downloadvyos-1x-9f4aee5778eefa0a17d4795430d50e4a046e88b0.tar.gz
vyos-1x-9f4aee5778eefa0a17d4795430d50e4a046e88b0.zip
T4658: Renamed DPD action value from 'hold' to 'trap'
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>