summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2011-01-25 18:08:46 -0600
committerJohn Southworth <john.southworth@vyatta.com>2011-01-25 18:08:46 -0600
commitcd8ac72d9acc6f55647dbc7d1a96212323748446 (patch)
tree9b01a5782572301ddcdc23144d344f2b1a15fdd7
parent4be28444bdc794a4d26517fb4dc06cdff72db219 (diff)
downloadvyatta-cfg-vpn-cd8ac72d9acc6f55647dbc7d1a96212323748446.tar.gz
vyatta-cfg-vpn-cd8ac72d9acc6f55647dbc7d1a96212323748446.zip
bugfix: 2506 added option to define initiatior or responder mode
-rw-r--r--templates/vpn/ipsec/site-to-site/peer/node.tag/tunnel/node.tag/connection-type/node.def8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/vpn/ipsec/site-to-site/peer/node.tag/tunnel/node.tag/connection-type/node.def b/templates/vpn/ipsec/site-to-site/peer/node.tag/tunnel/node.tag/connection-type/node.def
new file mode 100644
index 0000000..a0a9c9e
--- /dev/null
+++ b/templates/vpn/ipsec/site-to-site/peer/node.tag/tunnel/node.tag/connection-type/node.def
@@ -0,0 +1,8 @@
+help: Connection Type
+type: txt
+default: "initiate"
+syntax:expression: $VAR(@) in "initiate", "respond";
+ "Invalid connection-type"
+val_help: initiate; Act as an initiator or responder [DEFAULT]
+val_help: respond; Act as a responder only
+