Gentoo Archives: gentoo-commits

From: "Davide Cendron (scen)" <scen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/it/handbook: hb-net-modules.xml
Date: Mon, 05 Nov 2007 20:50:24
Message-Id: E1Ip8tn-0006uK-51@stork.gentoo.org
1 scen 07/11/05 20:50:19
2
3 Modified: hb-net-modules.xml
4 Log:
5 Version 8.3, revision 1.24 of EN CVS
6
7 Revision Changes Path
8 1.9 xml/htdocs/doc/it/handbook/hb-net-modules.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/hb-net-modules.xml?rev=1.9&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/hb-net-modules.xml?rev=1.9&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/hb-net-modules.xml?r1=1.8&r2=1.9
13
14 Index: hb-net-modules.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-net-modules.xml,v
17 retrieving revision 1.8
18 retrieving revision 1.9
19 diff -u -r1.8 -r1.9
20 --- hb-net-modules.xml 24 May 2007 13:33:46 -0000 1.8
21 +++ hb-net-modules.xml 5 Nov 2007 20:50:18 -0000 1.9
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/it/handbook/hb-net-modules.xml,v 1.8 2007/05/24 13:33:46 scen Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-net-modules.xml,v 1.9 2007/11/05 20:50:18 scen Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 scegliere diversi client DHCP, impostare bonding, bridging, VLAN ed altro.
33 </abstract>
34
35 -<version>8.2</version>
36 -<date>2007-04-13</date>
37 +<version>8.3</version>
38 +<date>2007-11-02</date>
39
40 <section>
41 <title>Moduli di rete</title>
42 @@ -197,7 +197,7 @@
43
44 <pre caption="Esempio di configurazione DHCP in /etc/conf.d/net">
45 <comment># Necessario solamente se sono stati installati piĆ¹ moduli DHCP</comment>
46 -modules=( "dhcpcd" )
47 +modules=( "dhcpcd" )
48
49 config_eth0=( "dhcp" )
50 dhcpcd_eth0="-t 10" <comment># Timeout dopo 10 secondi</comment>
51 @@ -374,7 +374,7 @@
52 </p>
53
54 <pre caption="Configurazione per il bridge in /etc/conf.d/net">
55 -<comment># Configurare il bridge - "man btctl" per ulteriori dettagli</comment>
56 +<comment># Configurare il bridge - "man brctl" per ulteriori dettagli</comment>
57 brctl_br0=( "setfd 0" "sethello 0" "stp off" )
58
59 <comment># Per aggiungere delle porte al bridge br0</comment>
60 @@ -453,7 +453,7 @@
61 iptunnel_vpn0="mode ipip remote 207.170.82.2 ttl 255"
62
63 <comment># Per configurare l'interfaccia</comment>
64 -config_vpn0=( "192.168.0.2 peer 192.168.1.1" )
65 +config_vpn0=( "192.168.0.2 peer 192.168.1.1" )
66 </pre>
67
68 </body>
69
70
71
72 --
73 gentoo-commits@g.o mailing list