Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: ipv6.xml
Date: Fri, 02 Sep 2011 19:49:36
Message-Id: 20110902194923.D380D2004C@flycatcher.gentoo.org
1 swift 11/09/02 19:49:23
2
3 Modified: ipv6.xml
4 Log:
5 Bug #381575 - Fix IPv6 kernel configuration description, thanks to CarelessChaser for reporting
6
7 Revision Changes Path
8 1.41 xml/htdocs/doc/en/ipv6.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.41&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.41&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.40&r2=1.41
13
14 Index: ipv6.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
17 retrieving revision 1.40
18 retrieving revision 1.41
19 diff -u -r1.40 -r1.41
20 --- ipv6.xml 25 Jul 2011 05:15:52 -0000 1.40
21 +++ ipv6.xml 2 Sep 2011 19:49:23 -0000 1.41
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.40 2011/07/25 05:15:52 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.41 2011/09/02 19:49:23 swift Exp $ -->
27
28 <guide>
29 <title>Gentoo IPv6 Router Guide</title>
30 @@ -37,8 +37,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>6</version>
35 -<date>2011-07-24</date>
36 +<version>7</version>
37 +<date>2011-09-02</date>
38
39 <chapter>
40 <title>Preliminaries</title>
41 @@ -72,16 +72,16 @@
42 </note>
43
44 <pre caption="'make menuconfig' options">
45 -Device Drivers ---&gt;
46 Networking support ---&gt;
47 -Networking options ---&gt;
48 - &lt;*&gt; The IPv6 protocol (EXPERIMENTAL)
49 + Networking options ---&gt;
50 + &lt;*&gt; The IPv6 protocol ---&gt;
51 <comment>(The IPv6 options beneath this one can be useful for many other applications,</comment>
52 <comment>but should not be needed for a basic setup)</comment>
53
54 <comment>(This option is only required if you are using ptrtd for 6to4 conversion)</comment>
55 -[*] Network device support
56 - &lt;*&gt; Universal TUN/TAP device driver support
57 +Device Drivers ---&gt;
58 + Network device support ---&gt;
59 + &lt;*&gt; Universal TUN/TAP device driver support
60 </pre>
61
62 </body>