mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
parent
e7bd136138
commit
c22e0ea323
@ -8,7 +8,30 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
|||||||
|
|
||||||
--- a/net/netfilter/Kconfig
|
--- a/net/netfilter/Kconfig
|
||||||
+++ b/net/netfilter/Kconfig
|
+++ b/net/netfilter/Kconfig
|
||||||
@@ -1023,6 +1023,15 @@ config NETFILTER_XT_TARGET_NOTRACK
|
@@ -712,8 +712,6 @@ config NFT_REJECT_NETDEV
|
||||||
|
|
||||||
|
endif # NF_TABLES_NETDEV
|
||||||
|
|
||||||
|
-endif # NF_TABLES
|
||||||
|
-
|
||||||
|
config NF_FLOW_TABLE_INET
|
||||||
|
tristate "Netfilter flow table mixed IPv4/IPv6 module"
|
||||||
|
depends on NF_FLOW_TABLE
|
||||||
|
@@ -722,11 +720,12 @@ config NF_FLOW_TABLE_INET
|
||||||
|
|
||||||
|
To compile it as a module, choose M here.
|
||||||
|
|
||||||
|
+endif # NF_TABLES
|
||||||
|
+
|
||||||
|
config NF_FLOW_TABLE
|
||||||
|
tristate "Netfilter flow table module"
|
||||||
|
depends on NETFILTER_INGRESS
|
||||||
|
depends on NF_CONNTRACK
|
||||||
|
- depends on NF_TABLES
|
||||||
|
help
|
||||||
|
This option adds the flow table core infrastructure.
|
||||||
|
|
||||||
|
@@ -1023,6 +1022,15 @@ config NETFILTER_XT_TARGET_NOTRACK
|
||||||
depends on NETFILTER_ADVANCED
|
depends on NETFILTER_ADVANCED
|
||||||
select NETFILTER_XT_TARGET_CT
|
select NETFILTER_XT_TARGET_CT
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user