From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1HpsT5-0008Fc-PN for garchives@archives.gentoo.org; Sun, 20 May 2007 20:57:32 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l4KKvKnS007855; Sun, 20 May 2007 20:57:20 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l4KKvKXM007850 for ; Sun, 20 May 2007 20:57:20 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 99C54649BE for ; Sun, 20 May 2007 20:57:19 +0000 (UTC) Received: from nightmorph by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1HpsSr-0005HR-TK for gentoo-doc-cvs@lists.gentoo.org; Sun, 20 May 2007 20:57:17 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: ipv6.xml Message-Id: From: Josh Saddler Date: Sun, 20 May 2007 20:57:17 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 80f232e5-5566-43d3-bf9c-87076c71913e X-Archives-Hash: 85ed1cb5335aa536ffe7469c9e06ffe2 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 @@ - + @@ -29,8 +29,8 @@ -1.1.7 -2007-01-23 +1.2 +2007-05-20 Preliminaries @@ -39,18 +39,13 @@

-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, -alpha-sources-2.4.21 and gentoo-sources-2.4.20 can have the USAGI -patches applied, if you correctly set usagi 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.

-(for a 2.6 kernel)
-# emerge '>=gentoo-sources-2.6'
-(or for a 2.4 one)
-# emerge '=gentoo-sources-2.4*'
+# emerge gentoo-sources
 

@@ -555,8 +550,8 @@ -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.

@@ -565,6 +560,7 @@

+(If you will be using radvd, this step is unnecessary)
 net.ipv6.conf.default.forwarding=1
 
-- gentoo-doc-cvs@gentoo.org mailing list