From 476034dd9595c56dab4e19ce04424dcfd8431dea Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 14 Nov 2011 10:51:42 -0600 Subject: 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 --- doc/net.example.Linux.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/net.example.Linux.in') diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index cc759c7..7bae8d7 100644 --- a/doc/net.example.Linux.in +++ b/doc/net.example.Linux.in @@ -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 -- cgit v1.2.3