summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRémy Oudompheng <remy@archlinux.org>2011-07-14 16:07:25 +0200
committerRémy Oudompheng <remy@archlinux.org>2011-07-14 16:07:25 +0200
commitbe77b6956ed852aedd79c58a0c94944aa6832839 (patch)
tree88327e215cd7157180260f0ad7f98b5fdec933f7 /docs
parentc8bcc10c322cb281ab3abb78483eebf189aeede4 (diff)
parente6b95df3a80a92480a5ee062a13f5c844802098a (diff)
downloadnetctl-be77b6956ed852aedd79c58a0c94944aa6832839.tar.gz
netctl-be77b6956ed852aedd79c58a0c94944aa6832839.tar.xz
Merge remote-tracking branch 'kylef/tunnel'
Diffstat (limited to 'docs')
-rw-r--r--docs/examples/tunnel-he-ipv611
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/examples/tunnel-he-ipv6 b/docs/examples/tunnel-he-ipv6
new file mode 100644
index 0000000..21b4579
--- /dev/null
+++ b/docs/examples/tunnel-he-ipv6
@@ -0,0 +1,11 @@
+CONNECTION='tunnel'
+DESCRIPTION='A example ipv6 tunnel with Hurricane Electric'
+
+INTERFACE='he-ipv6'
+MODE='sit'
+REMOTE='216.66.80.26'
+#LOCAL='172.16.0.1'
+
+IP6='static'
+ADDR6='2001:470:1f08:d87::2/64'
+ROUTES6=('::/0')