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
This commit is contained in:
Ben Hutchings 2010-06-24 00:52:00 +00:00
parent b0319ba2f3
commit 2f419e8f7b
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -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.

View File

@ -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