Skip to content

Commit

Permalink
Merge branch 'lvs-next-2.6' of git://git.kernel.org/pub/scm/linux/ker…
Browse files Browse the repository at this point in the history
…nel/git/horms/lvs-2.6
  • Loading branch information
David S. Miller committed Sep 10, 2008
2 parents 47abf28 + c051a0a commit dacc62d
Show file tree
Hide file tree
Showing 23 changed files with 2,469 additions and 796 deletions.
308 changes: 238 additions & 70 deletions include/net/ip_vs.h

Large diffs are not rendered by default.

11 changes: 10 additions & 1 deletion 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 All @@ -33,7 +41,8 @@ config IP_VS_DEBUG

config IP_VS_TAB_BITS
int "IPVS connection table size (the Nth power of 2)"
default "12"
range 8 20
default 12
---help---
The IPVS connection hash table uses the chaining scheme to handle
hash collisions. Using a big IPVS connection hash table will greatly
Expand Down
Loading

0 comments on commit dacc62d

Please sign in to comment.