nightmorph    07/05/20 20:57:17

  Modified:             ipv6.xml
  Log:
  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.

Revision  Changes    Path
1.25                 xml/htdocs/doc/en/ipv6.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.25&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.25&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.24&r2=1.25

Index: ipv6.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ipv6.xml    24 Jan 2007 14:45:34 -0000      1.24
+++ ipv6.xml    20 May 2007 20:57:17 -0000      1.25
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.24 2007/01/24 
14:45:34 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.25 2007/05/20 
20:57:17 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/ipv6.xml">
@@ -29,8 +29,8 @@
 
 <license/>
 
-<version>1.1.7</version>
-<date>2007-01-23</date>
+<version>1.2</version>
+<date>2007-05-20</date>
 
 <chapter>
 <title>Preliminaries</title>
@@ -39,18 +39,13 @@
 <body>
 
 <p>
-Any of the 2.4 or 2.6 kernel trees availables in Gentoo will easily support
-IPv6 connections. The new USAGI IPv6 stack is integrated to the kernel since
-Linux 2.4.22 and Linux 2.6.0. Note that for older kernels,
-<b>alpha-sources-2.4.21</b> and <b>gentoo-sources-2.4.20</b> can have the USAGI
-patches applied, if you correctly set <e>usagi</e> in your USE variable.
+Any of the 2.6 kernel trees availables in Gentoo will easily support IPv6
+connections. The new USAGI IPv6 stack is integrated to the kernel since Linux
+2.6.0.
 </p>
 
 <pre caption="Emerging a kernel">
-<comment>(for a 2.6 kernel)</comment>
-# <i>emerge '>=gentoo-sources-2.6'</i>
-<comment>(or for a 2.4 one)</comment>
-# <i>emerge '=gentoo-sources-2.4*'</i>
+# <i>emerge gentoo-sources</i>
 </pre>
 
 <p>
@@ -555,8 +550,8 @@
 </pre>
 
 <warn>
-The radvd init script enables (and disables) forwarding, making the next step
-unnecessary.
+The radvd init script explained in the next chapter enables (and disables)
+forwarding, making the next step unnecessary.
 </warn>
 
 <p>
@@ -565,6 +560,7 @@
 </p>
 
 <pre caption="sysctl.conf addition">
+<comment>(If you will be using radvd, this step is unnecessary)</comment>
 net.ipv6.conf.default.forwarding=1
 </pre>
 



-- 
[EMAIL PROTECTED] mailing list

Reply via email to