net.example: Fix the bridge configuration example
The example of how to configure the bridge was invalid. It showed invalid timer settings along with turning off stp. This update shows how to turn on stp and set the timer settings to the defaults. Reported-by: Sergey S. Starikoff < Ikonta@yandex.ru> X-Gentoo-Bug: 389209 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=389209
This commit is contained in:
parent
37294b4e82
commit
476034dd95
@ -839,9 +839,9 @@
|
||||
|
||||
# Below is an example of configuring the bridge
|
||||
# Consult "man brctl" for more details
|
||||
#brctl_br0="setfd 0
|
||||
#sethello 0
|
||||
#stp off"
|
||||
#brctl_br0="setfd 15
|
||||
#sethello 2
|
||||
#stp on"
|
||||
|
||||
# You can also configure the bridge or bridge members via sysfs on 2.6 kernels
|
||||
# or newer. See the kernel bridge documentation for a description of these
|
||||
|
Loading…
Reference in New Issue
Block a user