summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-02-13 18:07:15 +0100
committerGitHub <noreply@github.com>2023-02-13 18:07:15 +0100
commit3d12327f39b95c5e9c7192361e90d1626e8b8bca (patch)
tree0bb7e245737b85f73db236b7d5e5431bb59902b1
parent9d8bcc8096ae00aa49bd91098728ad74117cd99d (diff)
parentb0f34f5fbdb0fba2e0bef279af9022775085708e (diff)
downloadvyos-1x-3d12327f39b95c5e9c7192361e90d1626e8b8bca.tar.gz
vyos-1x-3d12327f39b95c5e9c7192361e90d1626e8b8bca.zip
Merge pull request #1816 from aapostoliuk/T4968-sagitta
ipsec: T4968: Added default values to dpd and close action
-rw-r--r--interface-definitions/vpn-ipsec.xml.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/interface-definitions/vpn-ipsec.xml.in b/interface-definitions/vpn-ipsec.xml.in
index 9d20926ec..5ba9c9388 100644
--- a/interface-definitions/vpn-ipsec.xml.in
+++ b/interface-definitions/vpn-ipsec.xml.in
@@ -269,6 +269,7 @@
<regex>(none|hold|restart)</regex>
</constraint>
</properties>
+ <defaultValue>none</defaultValue>
</leafNode>
<node name="dead-peer-detection">
<properties>
@@ -297,6 +298,7 @@
<regex>(hold|clear|restart)</regex>
</constraint>
</properties>
+ <defaultValue>clear</defaultValue>
</leafNode>
<leafNode name="interval">
<properties>