summaryrefslogtreecommitdiff
path: root/net/ipv6/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/ipv6/netfilter/Kconfig
parent1fddf4bad0ac9f4d32c74af286fc1eec2a03c82c (diff)
downloadlinux-8db4c5be88f62ffd7a552f70687a10c614dc697b.tar.gz
linux-8db4c5be88f62ffd7a552f70687a10c614dc697b.tar.xz
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/ipv6/netfilter/Kconfig')
-rw-r--r--net/ipv6/netfilter/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/ipv6/netfilter/Kconfig b/net/ipv6/netfilter/Kconfig
index 144f1de33836..6acb2eecd986 100644
--- a/net/ipv6/netfilter/Kconfig
+++ b/net/ipv6/netfilter/Kconfig
@@ -25,6 +25,12 @@ config NF_CONNTRACK_IPV6
To compile it as a module, choose M here. If unsure, say N.
+config NF_SOCKET_IPV6
+ tristate "IPv6 socket lookup support"
+ help
+ This option enables the IPv6 socket lookup infrastructure. This
+ is used by the ip6tables socket match.
+
if NF_TABLES
config NF_TABLES_IPV6