swift 13/12/17 09:00:42 Modified: hb-net-modules.xml Log: Fix bug #445346 - Fix bridge example
Revision Changes Path 1.29 xml/htdocs/doc/en/handbook/hb-net-modules.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml?r1=1.28&r2=1.29 Index: hb-net-modules.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- hb-net-modules.xml 15 Aug 2013 08:30:19 -0000 1.28 +++ hb-net-modules.xml 17 Dec 2013 09:00:41 -0000 1.29 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v 1.28 2013/08/15 08:30:19 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v 1.29 2013/12/17 09:00:41 swift Exp $ --> <sections> @@ -13,8 +13,8 @@ different DHCP clients, setting up bonding, bridging, VLANs and more. </abstract> -<version>11</version> -<date>2013-08-15</date> +<version>12</version> +<date>2013-12-17</date> <section> <title>Network Modules</title> @@ -355,7 +355,9 @@ <pre caption="Bridge configuration in /etc/conf.d/net"> <comment># Configure the bridge - "man brctl" for more details</comment> -brctl_br0="setfd 0" "sethello 0" "stp off" +brctl_br0="setfd 0 +sethello 2 +stp on" <comment># To add ports to bridge br0</comment> bridge_br0="eth0 eth1"
