diff options
author | Julius Volz <juliusv@google.com> | 2008-10-20 02:29:56 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-10-20 02:29:56 -0400 |
commit | 0537ae6a3d7d6d9005446ee6419272fd4c38a58d (patch) | |
tree | 74c13695624ea011535e4d98b87602fa64b8d4f6 /net | |
parent | 95a5afca4a8d2e1cb77e1d4bc6ff9f718dc32f7a (diff) |
ipvs: Update CONFIG_IP_VS_IPV6 description and help text
This adds a URL to further info to the CONFIG_IP_VS_IPV6 Kconfig help
text. Also, I think it should be ok to remove the "DANGEROUS" label in the
description line at this point to get people to try it out and find all
the bugs ;) It's still marked as experimental, of course.
Signed-off-by: Julius Volz <juliusv@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/netfilter/ipvs/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/netfilter/ipvs/Kconfig b/net/netfilter/ipvs/Kconfig index 05048e403266..79a698052218 100644 --- a/net/netfilter/ipvs/Kconfig +++ b/net/netfilter/ipvs/Kconfig | |||
@@ -25,11 +25,13 @@ menuconfig IP_VS | |||
25 | if IP_VS | 25 | if IP_VS |
26 | 26 | ||
27 | config IP_VS_IPV6 | 27 | config IP_VS_IPV6 |
28 | bool "IPv6 support for IPVS (DANGEROUS)" | 28 | bool "IPv6 support for IPVS" |
29 | depends on EXPERIMENTAL && (IPV6 = y || IP_VS = IPV6) | 29 | depends on EXPERIMENTAL && (IPV6 = y || IP_VS = IPV6) |
30 | ---help--- | 30 | ---help--- |
31 | Add IPv6 support to IPVS. This is incomplete and might be dangerous. | 31 | Add IPv6 support to IPVS. This is incomplete and might be dangerous. |
32 | 32 | ||
33 | See http://www.mindbasket.com/ipvs for more information. | ||
34 | |||
33 | Say N if unsure. | 35 | Say N if unsure. |
34 | 36 | ||
35 | config IP_VS_DEBUG | 37 | config IP_VS_DEBUG |