summaryrefslogtreecommitdiffstats
path: root/docs/examples/bridge
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2013-07-24 10:57:48 +0200
committerJouke Witteveen <j.witteveen@gmail.com>2013-07-24 11:39:21 +0200
commit20c66d6499f22adad6c1dae854a627f061c5fbcb (patch)
tree5c21c28ce2f17814559188c2ba49ef4bf73dfd2a /docs/examples/bridge
parentcbd00d5652700792a7833617d947f8a78bb34ccc (diff)
downloadnetctl-20c66d6499f22adad6c1dae854a627f061c5fbcb.tar.gz
netctl-20c66d6499f22adad6c1dae854a627f061c5fbcb.tar.xz
Use iproute2 for bridging (FS#36165)
This sheds the dependency on the old bridge-utils (brctl).
Diffstat (limited to 'docs/examples/bridge')
-rw-r--r--docs/examples/bridge6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/examples/bridge b/docs/examples/bridge
index 19cb0bd..3f38d7a 100644
--- a/docs/examples/bridge
+++ b/docs/examples/bridge
@@ -3,7 +3,5 @@ Interface=br0
Connection=bridge
BindsToInterfaces=(eth0 eth1 tap0)
IP=dhcp
-## sets forward delay time
-#FwdDelay=0
-## sets max age of hello message
-#MaxAge=10
+## Ignore (R)STP and immediately activate the bridge
+#SkipForwardingDelay=yes