summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--docs/netcfg-profiles.txt10
2 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cecc35b..c054718 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+version 2.7
+- add support for tunnel interfaces
+- add support for interface bonding (FS#24802)
+- add support for hexadecimal ESSIDs (FS#24333)
+
version 2.6.8
- fix broken 802.11 in non-wireless setups (FS#25473)
- fix rfkill errors in net-auto-wireless (FS#25514)
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
================================