From 2f419e8f7be29cb067a91b86e5413362a2889164 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 24 Jun 2010 00:52:00 +0000 Subject: [PATCH] Enable IPv6 support for IPVS (IP_VS_IPV6) (Closes: #584549) Despite what Kconfig says, this is apparently production-ready now. svn path=/dists/sid/linux-2.6/; revision=15906 --- debian/changelog | 1 + debian/config/config | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 006ae3a52..afd1c5650 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,6 +33,7 @@ linux-2.6 (2.6.32-16) UNRELEASED; urgency=low * 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. diff --git a/debian/config/config b/debian/config/config index 40b7400a0..374a49701 100644 --- a/debian/config/config +++ b/debian/config/config @@ -3731,7 +3731,7 @@ CONFIG_NETFILTER_XT_MATCH_OSF=m ## 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