diff options
author | Patrick McHardy <kaber@trash.net> | 2011-02-10 04:13:07 -0500 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2011-02-10 04:13:07 -0500 |
commit | c16e19c11730199c1df686b160c9c972ad28baf8 (patch) | |
tree | cd9d01aa0febf01da6cf195c26926a9ab7589531 /net | |
parent | 7c9989a76e62ceca90e5f31f8920fd6b7b8b6525 (diff) |
netfilter: ipset: add dependency on CONFIG_NETFILTER_NETLINK
When SYSCTL and PROC_FS and NETFILTER_NETLINK are not enabled:
net/built-in.o: In function `try_to_load_type':
ip_set_core.c:(.text+0x3ab49): undefined reference to `nfnl_unlock'
ip_set_core.c:(.text+0x3ab4e): undefined reference to `nfnl_lock'
...
Reported-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/netfilter/ipset/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/ipset/Kconfig b/net/netfilter/ipset/Kconfig index 3b970d343023..2c5b348eb3a8 100644 --- a/net/netfilter/ipset/Kconfig +++ b/net/netfilter/ipset/Kconfig | |||
@@ -1,6 +1,7 @@ | |||
1 | menuconfig IP_SET | 1 | menuconfig IP_SET |
2 | tristate "IP set support" | 2 | tristate "IP set support" |
3 | depends on INET && NETFILTER | 3 | depends on INET && NETFILTER |
4 | depends on NETFILTER_NETLINK | ||
4 | help | 5 | help |
5 | This option adds IP set support to the kernel. | 6 | This option adds IP set support to the kernel. |
6 | In order to define and use the sets, you need the userspace utility | 7 | In order to define and use the sets, you need the userspace utility |