summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
================================