diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/examples/tunnel (renamed from docs/examples/tunnel-he-ipv6) | 9 | ||||
-rw-r--r-- | docs/netctl.profile.5.txt | 3 |
2 files changed, 9 insertions, 3 deletions
diff --git a/docs/examples/tunnel-he-ipv6 b/docs/examples/tunnel index 2a19406..feb3976 100644 --- a/docs/examples/tunnel-he-ipv6 +++ b/docs/examples/tunnel @@ -1,10 +1,13 @@ -Description='An example ipv6 tunnel with Hurricane Electric' -Interface=he-ipv6 +Description='Example tunnel connection' +Interface=tun-ipv6 Connection=tunnel -Mode='sit' +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') diff --git a/docs/netctl.profile.5.txt b/docs/netctl.profile.5.txt index 82946da..212bbb7 100644 --- a/docs/netctl.profile.5.txt +++ b/docs/netctl.profile.5.txt @@ -461,6 +461,9 @@ the *ip options*, the following are understood for connections of the 'Remote=':: The address of the remote end of the tunnel. +'Key=' [requires 'Mode=gre']:: + A key identifying an individual traffic flow within a tunnel. + OPTIONS FOR `tuntap' CONNECTIONS -------------------------------- |