summaryrefslogtreecommitdiff
path: root/interface-definitions/vpn_ipsec.xml.in
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2022-02-20 20:32:06 +0000
committerViacheslav Hletenko <v.gletenko@vyos.io>2022-02-20 20:32:06 +0000
commit4ec6262629393bd8a88951970c367a5cc3d57a42 (patch)
treecc29ebbaa193ceb6598fc3d114374a18b567204b /interface-definitions/vpn_ipsec.xml.in
parent529af7898d062b42ac33e15bfdc62c14184e098f (diff)
downloadvyos-1x-4ec6262629393bd8a88951970c367a5cc3d57a42.tar.gz
vyos-1x-4ec6262629393bd8a88951970c367a5cc3d57a42.zip
ipsec: T3948: Add CLI site-to-site peer connection-type none
set vpn ipsec site-to-site peer 192.0.2.14 connection-type none
Diffstat (limited to 'interface-definitions/vpn_ipsec.xml.in')
-rw-r--r--interface-definitions/vpn_ipsec.xml.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/interface-definitions/vpn_ipsec.xml.in b/interface-definitions/vpn_ipsec.xml.in
index f7297a6e2..7b5074112 100644
--- a/interface-definitions/vpn_ipsec.xml.in
+++ b/interface-definitions/vpn_ipsec.xml.in
@@ -978,7 +978,7 @@
<properties>
<help>Connection type</help>
<completionHelp>
- <list>initiate respond</list>
+ <list>initiate respond none</list>
</completionHelp>
<valueHelp>
<format>initiate</format>
@@ -988,8 +988,12 @@
<format>respond</format>
<description>Bring the connection up only if traffic is detected</description>
</valueHelp>
+ <valueHelp>
+ <format>none</format>
+ <description>Load the connection only</description>
+ </valueHelp>
<constraint>
- <regex>^(initiate|respond)$</regex>
+ <regex>^(initiate|respond|none)$</regex>
</constraint>
</properties>
</leafNode>