blueboar    14/08/30 16:24:46

  Modified:             hb-net-advanced.xml
  Log:
  Sync with English

Revision  Changes    Path
1.7                  xml/htdocs/doc/ru/handbook/hb-net-advanced.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/ru/handbook/hb-net-advanced.xml?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/ru/handbook/hb-net-advanced.xml?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/ru/handbook/hb-net-advanced.xml?r1=1.6&r2=1.7

Index: hb-net-advanced.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/ru/handbook/hb-net-advanced.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hb-net-advanced.xml 22 May 2014 07:14:32 -0000      1.6
+++ hb-net-advanced.xml 30 Aug 2014 16:24:46 -0000      1.7
@@ -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/ru/handbook/hb-net-advanced.xml,v 1.6 
2014/05/22 07:14:32 blueboar Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/ru/handbook/hb-net-advanced.xml,v 1.7 
2014/08/30 16:24:46 blueboar Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 изучением модульного построения сети. 
 </abstract>
 
-<version>11</version>
-<date>2014-04-12</date>
+<version>12</version>
+<date>2014-08-17</date>
 
 <section>
 <title>Расширенная настройка</title>
@@ -348,9 +348,12 @@
 ID_OUI_FROM_DATABASE=Quanta Computer Inc.
 
 # <i>vim /etc/udev/rules.d/70-net-name-use-custom.rules</i>
-<comment># Первое правило использует информацию о MAC</comment>
-SUBSYSTEM=="net", ACTION=="add", ENV{ID_NET_NAME_MAC}=="enxc80aa9429d76", 
NAME="lan0"
-<comment># Второе правило использует информацию ID_NET_NAME_PATH</comment>
+<comment># Первое правило использует информацию о MAC, а номер 70- выполняется 
до всех других сетевых правил</comment>
+SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="c8:0a:a9:42:9d:76", 
NAME="lan0"
+
+# <i>vim /etc/udev/rules.d/76-net-name-use-custom.rules</i>
+<comment># Второе правило использует информацию ID_NET_NAME_PATH. Правило 76- 
выполняется между</comment>
+<comment># правилами 75-net-*.rules и 80-net-*.rules</comment>
 SUBSYSTEM=="net", ACTION=="add", ENV{ID_NET_NAME_PATH}=="enp3s0", NAME="wifi0"
 </pre>
 
@@ -372,8 +375,8 @@
 
 <!-- *$Localization:
 target-language: Russian
-target-date: 2014-04-12
-source-cvs-revision: 1.23
+target-date: 2014-08-17
+source-cvs-revision: 1.24
 translated-by: Igor Naum [[email protected]]
 edited-by: Alexey Chumakov [[email protected]]
 edited-by: Vladimir Romanov [[email protected]]




Reply via email to