summaryrefslogtreecommitdiffstats
path: root/docs/examples/tunnel
diff options
context:
space:
mode:
authorAnthony Ruhier <anthony.ruhier@gmail.com>2015-01-11 19:47:17 +0100
committerJouke Witteveen <j.witteveen@gmail.com>2015-01-12 22:08:40 +0100
commitcf675b4ab8e56267b56e2d8bc2a30f87f3502abb (patch)
tree23d7d04962caa8cd121bf2bb5694b43bc9edd014 /docs/examples/tunnel
parent0cc69f13c2355831e8f07962c072c09ca35fd5f3 (diff)
downloadnetctl-cf675b4ab8e56267b56e2d8bc2a30f87f3502abb.tar.gz
netctl-cf675b4ab8e56267b56e2d8bc2a30f87f3502abb.tar.xz
Add support for keys to tunnel connections
Only relevant for GRE tunneling.
Diffstat (limited to 'docs/examples/tunnel')
-rw-r--r--docs/examples/tunnel13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/examples/tunnel b/docs/examples/tunnel
new file mode 100644
index 0000000..feb3976
--- /dev/null
+++ b/docs/examples/tunnel
@@ -0,0 +1,13 @@
+Description='Example tunnel connection'
+Interface=tun-ipv6
+Connection=tunnel
+Mode=sit
+Remote='216.66.80.26'
+#Local='172.16.0.1'
+
+## Optional key in case of Mode=gre
+#Key=1234
+
+IP6=static
+Address6='2001:470:1f08:d87::2/64'
+Routes6=('::/0')