From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5AE97138A2F for ; Sun, 17 Aug 2014 16:53:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB8E7E08D5; Sun, 17 Aug 2014 16:53:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54138E08D5 for ; Sun, 17 Aug 2014 16:53:33 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80C85340151 for ; Sun, 17 Aug 2014 16:53:32 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 617) id 5BD3520035; Sun, 17 Aug 2014 16:53:27 +0000 (UTC) From: "Sven Vermeulen (swift)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, swift@gentoo.org Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-net-advanced.xml X-VCS-Repository: gentoo X-VCS-Files: hb-net-advanced.xml X-VCS-Directories: xml/htdocs/doc/en/handbook X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140817165329.5BD3520035@flycatcher.gentoo.org> Date: Sun, 17 Aug 2014 16:53:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5d56efa0-44f7-4bc7-ad4e-663eaff5edf4 X-Archives-Hash: cd4f527b958aada74a8fe4cc0cf72431 swift 14/08/17 16:53:27 Modified: hb-net-advanced.xml Log: Fix bug #518682, improve network naming, thanks to Samuli Suominen Revision Changes Path 1.24 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.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?r1=1.23&r2=1.24 Index: hb-net-advanced.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- hb-net-advanced.xml 12 Apr 2014 12:08:58 -0000 1.23 +++ hb-net-advanced.xml 17 Aug 2014 16:53:27 -0000 1.24 @@ -4,7 +4,7 @@ - + @@ -13,8 +13,8 @@ before we learn about modular networking. -16 -2014-04-12 +17 +2014-08-17
Advanced Configuration @@ -331,10 +331,13 @@ ID_NET_NAME_MAC=enxc80aa9429d76 ID_OUI_FROM_DATABASE=Quanta Computer Inc. +# vim /etc/udev/rules.d/70-net-name-use-custom.rules +# First one uses MAC information, and 70- number to be before other net rules +SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="c8:0a:a9:42:9d:76", NAME="lan0" + # vim /etc/udev/rules.d/76-net-name-use-custom.rules -# First one uses MAC information -SUBSYSTEM=="net", ACTION=="add", ENV{ID_NET_NAME_MAC}=="enxc80aa9429d76", NAME="lan0" -# Second one uses ID_NET_NAME_PATH information +# Second one uses ID_NET_NAME_PATH information, and 76- number to be between +# 75-net-*.rules and 80-net-*.rules SUBSYSTEM=="net", ACTION=="add", ENV{ID_NET_NAME_PATH}=="enp3s0", NAME="wifi0"