Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-net-modules.xml
Date: Tue, 17 Dec 2013 09:00:50
Message-Id: 20131217090042.192802004B@flycatcher.gentoo.org
1 swift 13/12/17 09:00:42
2
3 Modified: hb-net-modules.xml
4 Log:
5 Fix bug #445346 - Fix bridge example
6
7 Revision Changes Path
8 1.29 xml/htdocs/doc/en/handbook/hb-net-modules.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml?rev=1.29&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml?rev=1.29&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml?r1=1.28&r2=1.29
13
14 Index: hb-net-modules.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v
17 retrieving revision 1.28
18 retrieving revision 1.29
19 diff -u -r1.28 -r1.29
20 --- hb-net-modules.xml 15 Aug 2013 08:30:19 -0000 1.28
21 +++ hb-net-modules.xml 17 Dec 2013 09:00:41 -0000 1.29
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v 1.28 2013/08/15 08:30:19 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v 1.29 2013/12/17 09:00:41 swift Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 different DHCP clients, setting up bonding, bridging, VLANs and more.
33 </abstract>
34
35 -<version>11</version>
36 -<date>2013-08-15</date>
37 +<version>12</version>
38 +<date>2013-12-17</date>
39
40 <section>
41 <title>Network Modules</title>
42 @@ -355,7 +355,9 @@
43
44 <pre caption="Bridge configuration in /etc/conf.d/net">
45 <comment># Configure the bridge - "man brctl" for more details</comment>
46 -brctl_br0="setfd 0" "sethello 0" "stp off"
47 +brctl_br0="setfd 0
48 +sethello 2
49 +stp on"
50
51 <comment># To add ports to bridge br0</comment>
52 bridge_br0="eth0 eth1"