ChangeSet 1.1982.148.18, 2005/03/03 14:39:22+09:00, [EMAIL PROTECTED]

        [IPV6] Mature enough, no longer EXPERIMENTAL.
        
        Now we can pass IPv6 Ready Logo <http://www.ipv6ready.org>
        Phase 1 and Phase 2 Self Tests.
        
        Signed-off-by: Hideaki YOSHIFUJI <[EMAIL PROTECTED]>



 b/net/Kconfig                |   23 +++++++++--------------
 b/net/ipv6/netfilter/Kconfig |    4 ++--
 net/ipv6/README              |    8 --------
 3 files changed, 11 insertions(+), 24 deletions(-)


diff -Nru a/net/Kconfig b/net/Kconfig
--- a/net/Kconfig       2005-03-12 20:47:07 -08:00
+++ b/net/Kconfig       2005-03-12 20:47:07 -08:00
@@ -107,27 +107,22 @@
 
 #   IPv6 as module will cause a CRASH if you try to unload it
 config IPV6
-       tristate "The IPv6 protocol (EXPERIMENTAL)"
-       depends on INET && EXPERIMENTAL
+       tristate "The IPv6 protocol"
+       depends on INET
        select CRYPTO if IPV6_PRIVACY
        select CRYPTO_MD5 if IPV6_PRIVACY
        ---help---
-         This is experimental support for the IP version 6 (formerly called
-         IPng "IP next generation").  You will still be able to do
-         regular IPv4 networking as well.
+         This is complemental support for the IP version 6.
+         You will still be able to do traditional IPv4 networking as well.
 
-         Features of this new protocol include: expanded address space,
-         authentication and privacy, and seamless interoperability with the
-         current version of IP (IP version 4). For general information about
-         IPv6, see <http://playground.sun.com/pub/ipng/html/ipng-main.html>;
-         for specific information about IPv6 under Linux read the HOWTO at
-         <http://www.bieringer.de/linux/IPv6/> and the file net/ipv6/README
-         in the kernel source.
+         For general information about IPv6, see
+         <http://playground.sun.com/pub/ipng/html/ipng-main.html>.
+         For Linux IPv6 development information, see 
<http://www.linux-ipv6.org>.
+         For specific information about IPv6 under Linux, read the HOWTO at
+         <http://www.bieringer.de/linux/IPv6/>.
 
          To compile this protocol support as a module, choose M here: the 
          module will be called ipv6.
-
-         It is safe to say N here for now.
 
 source "net/ipv6/Kconfig"
 
diff -Nru a/net/ipv6/README b/net/ipv6/README
--- a/net/ipv6/README   2005-03-12 20:47:07 -08:00
+++ /dev/null   Wed Dec 31 16:00:00 196900
@@ -1,8 +0,0 @@
-To join in the work on Linux IPv6 send mail to:
-
-        [email protected]
-
-and in the body of the message include:
-
-subscribe netdev
-
diff -Nru a/net/ipv6/netfilter/Kconfig b/net/ipv6/netfilter/Kconfig
--- a/net/ipv6/netfilter/Kconfig        2005-03-12 20:47:07 -08:00
+++ b/net/ipv6/netfilter/Kconfig        2005-03-12 20:47:07 -08:00
@@ -2,8 +2,8 @@
 # IP netfilter configuration
 #
 
-menu "IPv6: Netfilter Configuration"
-       depends on INET && IPV6 && NETFILTER
+menu "IPv6: Netfilter Configuration (EXPERIMENTAL)"
+       depends on INET && IPV6 && NETFILTER && EXPERIMENTAL
 
 #tristate 'Connection tracking (required for masq/NAT)' CONFIG_IP6_NF_CONNTRACK
 #if [ "$CONFIG_IP6_NF_CONNTRACK" != "n" ]; then
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to