Skip to content

Commit

Permalink
ipvs: Update CONFIG_IP_VS_IPV6 description and help text
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Julius Volz authored and David S. Miller committed Oct 20, 2008
1 parent 95a5afc commit 0537ae6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion net/netfilter/ipvs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ menuconfig IP_VS
if IP_VS

config IP_VS_IPV6
bool "IPv6 support for IPVS (DANGEROUS)"
bool "IPv6 support for IPVS"
depends on EXPERIMENTAL && (IPV6 = y || IP_VS = IPV6)
---help---
Add IPv6 support to IPVS. This is incomplete and might be dangerous.

See http://www.mindbasket.com/ipvs for more information.

Say N if unsure.

config IP_VS_DEBUG
Expand Down

0 comments on commit 0537ae6

Please sign in to comment.