mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
netfilter: ipset: Kconfig: ipset needs NETFILTER_NETLINK
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
This commit is contained in:
parent
b91b396d5e
commit
d9628bbeca
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
menuconfig IP_SET
|
||||
tristate "IP set support"
|
||||
depends on INET && NETFILTER
|
||||
depends on NETFILTER_NETLINK
|
||||
select NETFILTER_NETLINK
|
||||
help
|
||||
This option adds IP set support to the kernel.
|
||||
In order to define and use the sets, you need the userspace utility
|
||||
|
|
Loading…
Add table
Reference in a new issue