swift 14/04/12 12:08:59 Modified: hb-net-advanced.xml Log: 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
Revision Changes Path 1.23 xml/htdocs/doc/en/handbook/hb-net-advanced.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?r1=1.22&r2=1.23 Index: hb-net-advanced.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- hb-net-advanced.xml 23 Jun 2013 17:00:05 -0000 1.22 +++ hb-net-advanced.xml 12 Apr 2014 12:08:58 -0000 1.23 @@ -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-advanced.xml,v 1.22 2013/06/23 17:00:05 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml,v 1.23 2014/04/12 12:08:58 swift Exp $ --> <sections> @@ -13,8 +13,8 @@ before we learn about modular networking. </abstract> -<version>15</version> -<date>2013-06-23</date> +<version>16</version> +<date>2014-04-12</date> <section> <title>Advanced Configuration</title> @@ -305,18 +305,6 @@ <c>net.ifnames=0</c> boot option in the boot loader. </p> -<p> -Another way of disabling this behavior (and thus reverting back to the -kernel-provided naming) is to create an empty udev rule named -<path>80-net-name-slot.rules</path> which will then override the default -provided one (with the same name) that is responsible for taking care of network -interface naming. -</p> - -<pre caption="Overriding the network naming scheme"> -# <i>ln -s /dev/null /etc/udev/rules.d/80-net-name-slot.rules</i> -</pre> - </body> </subsection> <subsection>