commit:     08789e3964d8d577b76e91d016f0fb3e4554b392
Author:     Alon Bar-Lev <alon.barlev <AT> gmail <DOT> com>
AuthorDate: Sat Oct 15 21:12:57 2016 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Mon Oct 17 19:21:05 2016 +0000
URL:        https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=08789e39

doc: bridge: add explicit iproute2 hint

Signed-off-by: Alon Bar-Lev <alon.barlev <AT> gmail.com>

 doc/net.example.Linux.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in
index 72608bb..e6cc180 100644
--- a/doc/net.example.Linux.in
+++ b/doc/net.example.Linux.in
@@ -896,7 +896,8 @@
 
 #-----------------------------------------------------------------------------
 # Bridging (802.1d)
-# For bridging support emerge net-misc/bridge-utils
+# Preferred: iproute2, emerge sys-apps/iproute2
+# Legacy: brctl, emerge net-misc/bridge-utils
 
 # To add ports to bridge br0
 #bridge_br0="eth0 eth1"
@@ -931,7 +932,7 @@
 #sethello 2
 #stp on"
 
-# You can also configure the bridge or bridge members via sysfs on 2.6 kernels
+# You can configure the bridge or bridge members via sysfs on 2.6 kernels
 # or newer. See the kernel bridge documentation for a description of these
 # options.
 #bridge_stp_state_br0="0"

Reply via email to