aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/Kconfig
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2016-10-27 19:49:48 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2016-11-01 20:50:31 +0100
commit8db4c5be88f62ffd7a552f70687a10c614dc697b (patch)
treee4804a3bbcf2271d7ee5ca85f2b49e9e68abc9e1 /net/ipv4/netfilter/Kconfig
parent1fddf4bad0ac9f4d32c74af286fc1eec2a03c82c (diff)
downloadlinux-8db4c5be88f62ffd7a552f70687a10c614dc697b.tar.gz
netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.c
We need this split to reuse existing codebase for the upcoming nf_tables socket expression. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/ipv4/netfilter/Kconfig')
-rw-r--r--net/ipv4/netfilter/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig
index f80bb8f457c870..c11eb1744ab1b7 100644
--- a/net/ipv4/netfilter/Kconfig
+++ b/net/ipv4/netfilter/Kconfig
@@ -25,6 +25,12 @@ config NF_CONNTRACK_IPV4
To compile it as a module, choose M here. If unsure, say N.
+config NF_SOCKET_IPV4
+ tristate "IPv4 socket lookup support"
+ help
+ This option enables the IPv4 socket lookup infrastructure. This is
+ is required by the iptables socket match.
+
if NF_TABLES
config NF_TABLES_IPV4