summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRémy Oudompheng <remy@archlinux.org>2011-07-14 16:57:43 +0200
committerRémy Oudompheng <remy@archlinux.org>2011-07-14 16:57:43 +0200
commitb61541a282dab569dac94611ddc8e75a364d971f (patch)
tree0c02585256ae4f57b55cdb6f17a8aff2a0e92b14 /docs
parentbe77b6956ed852aedd79c58a0c94944aa6832839 (diff)
downloadnetctl-b61541a282dab569dac94611ddc8e75a364d971f.tar.gz
netctl-b61541a282dab569dac94611ddc8e75a364d971f.tar.xz
Document tunnel connections.
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/netcfg-profiles.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/netcfg-profiles.txt b/docs/netcfg-profiles.txt
index 41a7843..06c3c1e 100644
--- a/docs/netcfg-profiles.txt
+++ b/docs/netcfg-profiles.txt
@@ -46,6 +46,8 @@ bridge
: Network bridge setup using **brctl**(8).
tuntap
: TUN/TAP interfaces.
+tunnel
+: Tunnel interfaces.
vlan
: VLAN setup.
openvpn
@@ -233,6 +235,20 @@ VLAN_PHYS_DEV
VLAN_ID
: See **ip**(8).
+Options for 'tunnel' connections
+================================
+
+Standard 'ethernet' options apply for IP configuration.
+
+INTERFACE
+: The name of the tunnel interface.
+MODE
+: The tunnel type (e.g. 'sit'). See **ip**(8) for available modes.
+LOCAL
+: The address of the local end of the tunnel.
+REMOTE
+: The address of the remote end of the tunnel.
+
Options for 'openvpn' connections
================================