summaryrefslogtreecommitdiff
path: root/templates/vpn/ipsec
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2011-01-26 19:01:28 -0600
committerJohn Southworth <john.southworth@vyatta.com>2011-01-26 19:01:28 -0600
commitd67471aded31af03568a09bd8e7b1893ef6d2dfc (patch)
tree4bfdd1202524eab99dd5ce49e8d173d993158acc /templates/vpn/ipsec
parent6a7afb8eb1ece01f6cd6bbbf23fd7ac591a10585 (diff)
downloadvyatta-cfg-vpn-d67471aded31af03568a09bd8e7b1893ef6d2dfc.tar.gz
vyatta-cfg-vpn-d67471aded31af03568a09bd8e7b1893ef6d2dfc.zip
Bugfix: 5677 add protoport option for simpler GRE tunnels, for now this is specifically for GRE more protocols can be added in the future if required.
Diffstat (limited to 'templates/vpn/ipsec')
-rw-r--r--templates/vpn/ipsec/site-to-site/peer/node.tag/tunnel/node.tag/protocol/node.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/vpn/ipsec/site-to-site/peer/node.tag/tunnel/node.tag/protocol/node.def b/templates/vpn/ipsec/site-to-site/peer/node.tag/tunnel/node.tag/protocol/node.def
new file mode 100644
index 0000000..033f7fa
--- /dev/null
+++ b/templates/vpn/ipsec/site-to-site/peer/node.tag/tunnel/node.tag/protocol/node.def
@@ -0,0 +1,3 @@
+help: Protocol that will be sent over tunnel.
+type: txt
+syntax:expression: $VAR(@) in "GRE"; "Only GRE is allowed"