[kernel] r15906 - in dists/sid/linux-2.6/debian: . config

Ben Hutchings benh at alioth.debian.org
Thu Jun 24 00:52:02 UTC 2010


Author: benh
Date: Thu Jun 24 00:52:00 2010
New Revision: 15906

Log:
Enable IPv6 support for IPVS (IP_VS_IPV6) (Closes: #584549)

Despite what Kconfig says, this is apparently production-ready now.

Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/config/config

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	Thu Jun 24 00:04:28 2010	(r15905)
+++ dists/sid/linux-2.6/debian/changelog	Thu Jun 24 00:52:00 2010	(r15906)
@@ -33,6 +33,7 @@
   * r8169: Fix MDIO timing (Closes: #583139)
   * Move NEWS to linux-latest-2.6 (Closes: #586401)
   * 3c59x: Change locking to avoid use of disable_irq() (Closes: #586967)
+  * Enable IPv6 support for IPVS (IP_VS_IPV6) (Closes: #584549)
 
   [ Aurelien Jarno ]
   * [sh4] fix sh_tmu clocksource following recent nohz changes.

Modified: dists/sid/linux-2.6/debian/config/config
==============================================================================
--- dists/sid/linux-2.6/debian/config/config	Thu Jun 24 00:04:28 2010	(r15905)
+++ dists/sid/linux-2.6/debian/config/config	Thu Jun 24 00:52:00 2010	(r15906)
@@ -3731,7 +3731,7 @@
 ## file: net/netfilter/ipvs/Kconfig
 ##
 CONFIG_IP_VS=m
-# CONFIG_IP_VS_IPV6 is not set
+CONFIG_IP_VS_IPV6=y
 # CONFIG_IP_VS_DEBUG is not set
 CONFIG_IP_VS_TAB_BITS=12
 CONFIG_IP_VS_PROTO_TCP=y



More information about the Kernel-svn-changes mailing list