Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ipvs: Kconfig cleanup

IP_VS_PROTO_AH_ESP should be set iff either of IP_VS_PROTO_{AH,ESP} is
selected. Express this with standard kconfig syntax.

Signed-off-by: Michal Marek <mmarek@suse.cz>
Acked-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Patrick McHardy <kaber@trash.net>

authored by

Michal Marek and committed by
Patrick McHardy
72c7664f b13b7125

+1 -4
+1 -4
net/netfilter/ipvs/Kconfig
··· 87 87 protocol. Say Y if unsure. 88 88 89 89 config IP_VS_PROTO_AH_ESP 90 - bool 91 - depends on UNDEFINED 90 + def_bool IP_VS_PROTO_ESP || IP_VS_PROTO_AH 92 91 93 92 config IP_VS_PROTO_ESP 94 93 bool "ESP load balancing support" 95 - select IP_VS_PROTO_AH_ESP 96 94 ---help--- 97 95 This option enables support for load balancing ESP (Encapsulation 98 96 Security Payload) transport protocol. Say Y if unsure. 99 97 100 98 config IP_VS_PROTO_AH 101 99 bool "AH load balancing support" 102 - select IP_VS_PROTO_AH_ESP 103 100 ---help--- 104 101 This option enables support for load balancing AH (Authentication 105 102 Header) transport protocol. Say Y if unsure.