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-advanced.xml
Date: Sat, 12 Apr 2014 12:09:03
Message-Id: 20140412120859.1F06B2004B@flycatcher.gentoo.org
1 swift 14/04/12 12:08:59
2
3 Modified: hb-net-advanced.xml
4 Log:
5 Fix bug #502986 - Document the net.ifnames only as recent udevs will no longer use 80-net-name-slot.rules whereas the kernel parameter remains supported
6
7 Revision Changes Path
8 1.23 xml/htdocs/doc/en/handbook/hb-net-advanced.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?rev=1.23&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?rev=1.23&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?r1=1.22&r2=1.23
13
14 Index: hb-net-advanced.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml,v
17 retrieving revision 1.22
18 retrieving revision 1.23
19 diff -u -r1.22 -r1.23
20 --- hb-net-advanced.xml 23 Jun 2013 17:00:05 -0000 1.22
21 +++ hb-net-advanced.xml 12 Apr 2014 12:08:58 -0000 1.23
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-advanced.xml,v 1.22 2013/06/23 17:00:05 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml,v 1.23 2014/04/12 12:08:58 swift Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 before we learn about modular networking.
33 </abstract>
34
35 -<version>15</version>
36 -<date>2013-06-23</date>
37 +<version>16</version>
38 +<date>2014-04-12</date>
39
40 <section>
41 <title>Advanced Configuration</title>
42 @@ -305,18 +305,6 @@
43 <c>net.ifnames=0</c> boot option in the boot loader.
44 </p>
45
46 -<p>
47 -Another way of disabling this behavior (and thus reverting back to the
48 -kernel-provided naming) is to create an empty udev rule named
49 -<path>80-net-name-slot.rules</path> which will then override the default
50 -provided one (with the same name) that is responsible for taking care of network
51 -interface naming.
52 -</p>
53 -
54 -<pre caption="Overriding the network naming scheme">
55 -# <i>ln -s /dev/null /etc/udev/rules.d/80-net-name-slot.rules</i>
56 -</pre>
57 -
58 </body>
59 </subsection>
60 <subsection>