mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 07:01:23 +00:00
netfilter: fix IP_VS dependencies
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>
This commit is contained in:
parent
925e277f52
commit
dba4490d22
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
menuconfig IP_VS
|
menuconfig IP_VS
|
||||||
tristate "IP virtual server support"
|
tristate "IP virtual server support"
|
||||||
depends on NET && INET && NETFILTER
|
depends on NET && INET && NETFILTER
|
||||||
|
depends on (NF_CONNTRACK || NF_CONNTRACK=n)
|
||||||
---help---
|
---help---
|
||||||
IP Virtual Server support will let you build a high-performance
|
IP Virtual Server support will let you build a high-performance
|
||||||
virtual server based on cluster of two or more real servers. This
|
virtual server based on cluster of two or more real servers. This
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue