Skip to content

Commit

Permalink
IPVS: Add CONFIG_IP_VS_IPV6 option for IPv6 support
Browse files Browse the repository at this point in the history
Add boolean config option CONFIG_IP_VS_IPV6 for enabling experimental IPv6
support in IPVS. Only visible if IPv6 support is set to 'y' or both IPv6
and IPVS are modules.

Signed-off-by: Julius Volz <juliusv@google.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
  • Loading branch information
Julius Volz authored and Simon Horman committed Sep 5, 2008
1 parent a505f4f commit fab0de0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions net/ipv4/ipvs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ menuconfig IP_VS

if IP_VS

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

Say N if unsure.

config IP_VS_DEBUG
bool "IP virtual server debugging"
---help---
Expand Down

0 comments on commit fab0de0

Please sign in to comment.