netfilter: fix IP_VS dependencies
authorPatrick McHardy <kaber@trash.net>
Thu, 18 Nov 2010 08:20:57 +0000 (08:20 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Nov 2010 21:14:33 +0000 (13:14 -0800)
When NF_CONNTRACK is enabled, IP_VS uses conntrack symbols.
Therefore IP_VS can't be linked statically when conntrack
is built modular.

Reported-by: Justin P. Mattock <justinmattock@gmail.com>
Tested-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found