aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/Kconfig
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2018-02-26 10:15:16 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2018-04-24 10:28:39 +0200
commit1e80380b14681f229fc6bcd3d53f001f4fc0a463 (patch)
treedb4462f175c45b37cbf90849d9b06c4af817a54e /net/netfilter/Kconfig
parentnetfilter: nf_flow_table: move ipv6 offload hook code to nf_flow_table (diff)
downloadlinux-dev-1e80380b14681f229fc6bcd3d53f001f4fc0a463.tar.xz
linux-dev-1e80380b14681f229fc6bcd3d53f001f4fc0a463.zip
netfilter: nf_flow_table: relax mixed ipv4/ipv6 flowtable dependencies
Since the offload hook code was moved, this table no longer depends on the IPv4 and IPv6 flowtable modules Signed-off-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter/Kconfig')
-rw-r--r--net/netfilter/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig
index 704b3832dbad..d20664b02ae4 100644
--- a/net/netfilter/Kconfig
+++ b/net/netfilter/Kconfig
@@ -666,8 +666,7 @@ endif # NF_TABLES
config NF_FLOW_TABLE_INET
tristate "Netfilter flow table mixed IPv4/IPv6 module"
- depends on NF_FLOW_TABLE_IPV4
- depends on NF_FLOW_TABLE_IPV6
+ depends on NF_FLOW_TABLE
help
This option adds the flow table mixed IPv4/IPv6 support.