Skip to content

Commit

Permalink
netfilter: nf_flow_table: relax mixed ipv4/ipv6 flowtable dependencies
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Felix Fietkau authored and Pablo Neira Ayuso committed Apr 24, 2018
1 parent a908fde commit 1e80380
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions net/netfilter/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 1e80380

Please sign in to comment.