From: Felix Fietkau Date: Mon, 26 Feb 2018 09:15:16 +0000 (+0100) Subject: netfilter: nf_flow_table: relax mixed ipv4/ipv6 flowtable dependencies X-Git-Tag: v4.19~872^2~308^2~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e80380b14681f229fc6bcd3d53f001f4fc0a463;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Pablo Neira Ayuso --- diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index 704b383..d20664b 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.