swift 13/05/11 10:56:22 Modified: hb-net-advanced.xml Log: Fix bug #469090 - Correct numbering in file as rule needs to be between 76 and 79
Revision Changes Path 1.21 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.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?r1=1.20&r2=1.21 Index: hb-net-advanced.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- hb-net-advanced.xml 8 May 2013 06:28:15 -0000 1.20 +++ hb-net-advanced.xml 11 May 2013 10:56:22 -0000 1.21 @@ -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.20 2013/05/08 06:28:15 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml,v 1.21 2013/05/11 10:56:22 swift Exp $ --> <sections> @@ -13,8 +13,8 @@ before we learn about modular networking. </abstract> -<version>13</version> -<date>2013-05-07</date> +<version>14</version> +<date>2013-05-11</date> <section> <title>Advanced Configuration</title> @@ -342,7 +342,7 @@ ID_NET_NAME_MAC=enxc80aa9429d76 ID_OUI_FROM_DATABASE=Quanta Computer Inc. -# <i>vim /etc/udev/rules.d/70-net-name-use-custom.rules</i> +# <i>vim /etc/udev/rules.d/76-net-name-use-custom.rules</i> <comment># First one uses MAC information</comment> SUBSYSTEM=="net", ACTION=="add", ENV{ID_NET_NAME_MAC}=="enxc80aa9429d76", NAME="lan0" <comment># Second one uses ID_NET_NAME_PATH information</comment> @@ -352,7 +352,9 @@ <p> Because the rules are triggered before the default one (rules are triggered in alphanumerical order, so 70 comes before 80) the names provided in the rule file -will be used instead of the default ones. +will be used instead of the default ones. The number granted to the file should +be between 76 and 79 (the environment variables are defined by a rule start +starts with 75 and the fallback naming is done in a rule numbered 80). </p> </body>