Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: ipv6.xml
Date: Sun, 20 May 2007 20:57:32
Message-Id: E1HpsSr-0005HR-TK@stork.gentoo.org
1 nightmorph 07/05/20 20:57:17
2
3 Modified: ipv6.xml
4 Log:
5 made warning about radvd and ipv6 forwarding even more clear for bug 175974. also went through and removed all the stuff about 2.4 kernels that no longer exist.
6
7 Revision Changes Path
8 1.25 xml/htdocs/doc/en/ipv6.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.25&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.25&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.24&r2=1.25
13
14 Index: ipv6.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
17 retrieving revision 1.24
18 retrieving revision 1.25
19 diff -u -r1.24 -r1.25
20 --- ipv6.xml 24 Jan 2007 14:45:34 -0000 1.24
21 +++ ipv6.xml 20 May 2007 20:57:17 -0000 1.25
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.24 2007/01/24 14:45:34 jkt Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.25 2007/05/20 20:57:17 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/ipv6.xml">
29 @@ -29,8 +29,8 @@
30
31 <license/>
32
33 -<version>1.1.7</version>
34 -<date>2007-01-23</date>
35 +<version>1.2</version>
36 +<date>2007-05-20</date>
37
38 <chapter>
39 <title>Preliminaries</title>
40 @@ -39,18 +39,13 @@
41 <body>
42
43 <p>
44 -Any of the 2.4 or 2.6 kernel trees availables in Gentoo will easily support
45 -IPv6 connections. The new USAGI IPv6 stack is integrated to the kernel since
46 -Linux 2.4.22 and Linux 2.6.0. Note that for older kernels,
47 -<b>alpha-sources-2.4.21</b> and <b>gentoo-sources-2.4.20</b> can have the USAGI
48 -patches applied, if you correctly set <e>usagi</e> in your USE variable.
49 +Any of the 2.6 kernel trees availables in Gentoo will easily support IPv6
50 +connections. The new USAGI IPv6 stack is integrated to the kernel since Linux
51 +2.6.0.
52 </p>
53
54 <pre caption="Emerging a kernel">
55 -<comment>(for a 2.6 kernel)</comment>
56 -# <i>emerge '>=gentoo-sources-2.6'</i>
57 -<comment>(or for a 2.4 one)</comment>
58 -# <i>emerge '=gentoo-sources-2.4*'</i>
59 +# <i>emerge gentoo-sources</i>
60 </pre>
61
62 <p>
63 @@ -555,8 +550,8 @@
64 </pre>
65
66 <warn>
67 -The radvd init script enables (and disables) forwarding, making the next step
68 -unnecessary.
69 +The radvd init script explained in the next chapter enables (and disables)
70 +forwarding, making the next step unnecessary.
71 </warn>
72
73 <p>
74 @@ -565,6 +560,7 @@
75 </p>
76
77 <pre caption="sysctl.conf addition">
78 +<comment>(If you will be using radvd, this step is unnecessary)</comment>
79 net.ipv6.conf.default.forwarding=1
80 </pre>
81
82
83
84
85 --
86 gentoo-doc-cvs@g.o mailing list