diff options
author | Simon Horman <horms@verge.net.au> | 2008-08-27 15:11:37 +1000 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2008-08-27 15:11:37 +1000 |
commit | 7fd106785104fa19709fa136abb64c7a9d5db285 (patch) | |
tree | 6002ff3d19af60a5d56faad0276da52fb03174b1 /net/ipv4/ipvs/Kconfig | |
parent | a4356b2920fd4861dd6c75f558749fa5c38a00e8 (diff) | |
parent | e3c2ced8d21410e8bc897480081e2ffc516c0f70 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/lvs-2.6 into lvs-next-2.6
Diffstat (limited to 'net/ipv4/ipvs/Kconfig')
-rw-r--r-- | net/ipv4/ipvs/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/ipv4/ipvs/Kconfig b/net/ipv4/ipvs/Kconfig index 09d0c3f3566..2e48a7e2722 100644 --- a/net/ipv4/ipvs/Kconfig +++ b/net/ipv4/ipvs/Kconfig @@ -71,14 +71,20 @@ config IP_VS_PROTO_UDP This option enables support for load balancing UDP transport protocol. Say Y if unsure. +config IP_VS_PROTO_AH_ESP + bool + depends on UNDEFINED + config IP_VS_PROTO_ESP bool "ESP load balancing support" + select IP_VS_PROTO_AH_ESP ---help--- This option enables support for load balancing ESP (Encapsulation Security Payload) transport protocol. Say Y if unsure. config IP_VS_PROTO_AH bool "AH load balancing support" + select IP_VS_PROTO_AH_ESP ---help--- This option enables support for load balancing AH (Authentication Header) transport protocol. Say Y if unsure. |