projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a908fde
)
netfilter: nf_flow_table: relax mixed ipv4/ipv6 flowtable dependencies
author
Felix Fietkau
<nbd@nbd.name>
Mon, 26 Feb 2018 09:15:16 +0000
(10:15 +0100)
committer
Pablo Neira Ayuso
<pablo@netfilter.org>
Tue, 24 Apr 2018 08:28:39 +0000
(10:28 +0200)
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>
net/netfilter/Kconfig
patch
|
blob
|
history
diff --git
a/net/netfilter/Kconfig
b/net/netfilter/Kconfig
index 704b3832dbad33688d8298518ec34c19cb57d847..d20664b02ae4e1624e322f4ce4748f2a6c746f33 100644
(file)
--- 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.