https://bugzilla.novell.com/show_bug.cgi?id=859801 https://bugzilla.novell.com/show_bug.cgi?id=859801#c5 --- Comment #5 from Marius Tomaschewski <mt@suse.com> 2014-01-22 14:06:43 UTC --- (In reply to comment #1)
slipstream:/etc/sysconfig/network # cat ifcfg-br0 BRIDGE_FORWARDDELAY='0' BRIDGE_STP='on'
BTW: This is an invalid combination. forward-delay 0 is for STP=off. Minimal forward-delay setting is 2 (IEEE min is 4) with STP=on. That is either use BRIDGE_STP='off' or something like: BRIDGE_STP='on' BRIDGE_FORWARDDELAY='4' BRIDGE_HELLOTIME='1' BRIDGE_MAXAGE='6' See http://www.tldp.org/HOWTO/BRIDGE-STP-HOWTO/advanced-bridge.html -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.