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: Sun, 23 Oct 2011 09:46:27
Message-Id: 20111023094614.231972004B@flycatcher.gentoo.org
1 swift 11/10/23 09:46:14
2
3 Modified: hb-net-modules.xml
4 Log:
5 Bug #387697 - OpenRC prefers iproute2 over ifconfig by default. Thanks to Grant Edwards for reporting
6
7 Revision Changes Path
8 1.27 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.27&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml?rev=1.27&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml?r1=1.26&r2=1.27
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.26
18 retrieving revision 1.27
19 diff -u -r1.26 -r1.27
20 --- hb-net-modules.xml 14 Aug 2011 16:12:13 -0000 1.26
21 +++ hb-net-modules.xml 23 Oct 2011 09:46:14 -0000 1.27
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.26 2011/08/14 16:12:13 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v 1.27 2011/10/23 09:46:14 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>9</version>
36 -<date>2011-08-13</date>
37 +<version>10</version>
38 +<date>2011-10-23</date>
39
40 <section>
41 <title>Network Modules</title>
42 @@ -40,8 +40,8 @@
43 </note>
44
45 <pre caption="Module preference">
46 -<comment># Prefer iproute2 over ifconfig</comment>
47 -modules="iproute2"
48 +<comment># Prefer ifconfig over iproute2</comment>
49 +modules="ifconfig"
50
51 <comment># You can also specify other modules for an interface
52 # In this case we prefer pump over dhcpcd</comment>
53 @@ -65,16 +65,17 @@
54 </p>
55
56 <p>
57 -<c>ifconfig</c> is the current Gentoo default and it's included in the system
58 -profile. <c>iproute2</c> is a more powerful and flexible package, but it's not
59 -included by default.
60 +<c>ifconfig</c> is installed by default (the <c>net-tools</c> package is part of
61 +the system profile). <c>iproute2</c> is a more powerful and flexible package,
62 +but it's not included by default.
63 </p>
64
65 <pre caption="To install iproute2">
66 # <i>emerge sys-apps/iproute2</i>
67
68 -<comment># To prefer iproute2 over ifconfig if both are installed</comment>
69 -modules="iproute2"
70 +<comment># To prefer ifconfig over iproute2 if both are installed as openrc prefers
71 +# to use iproute2 then</comment>
72 +modules="ifconfig"
73 </pre>
74
75 <p>