summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRémy Oudompheng <remy@archlinux.org>2011-08-15 15:45:21 +0200
committerRémy Oudompheng <remy@archlinux.org>2011-08-15 15:45:21 +0200
commitec0e041a8eab919abef8e3af289c979ee1737382 (patch)
tree8d736d7bb87da7ed6bac61356d92bde304643051 /docs
parent243a9f012e8a825f7d8c9b475afb1dd84d320b58 (diff)
downloadnetctl-ec0e041a8eab919abef8e3af289c979ee1737382.tar.gz
netctl-ec0e041a8eab919abef8e3af289c979ee1737382.tar.xz
Document bond connection type and update NEWS file.
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/netcfg-profiles.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/netcfg-profiles.txt b/docs/netcfg-profiles.txt
index ae2391d..2aa7653 100644
--- a/docs/netcfg-profiles.txt
+++ b/docs/netcfg-profiles.txt
@@ -42,6 +42,8 @@ ethernet
wireless
: Wireless connection, with **wpa_supplicant**(1) as configuration
back-end.
+bond
+: Bonded network interfaces using **ifenslave**.
bridge
: Network bridge setup using **brctl**(8).
tuntap
@@ -262,6 +264,14 @@ LOCAL
REMOTE
: The address of the remote end of the tunnel.
+Options for 'bond' connections
+==============================
+
+Standard 'ethernet' options apply for IP configuration.
+
+SLAVE_INTERFACES (Bash array)
+: An array of names of interfaces to be bound together.
+
Options for 'openvpn' connections
================================