netfilter: bridge: NF_CONNTRACK_BRIDGE does not depend on NF_TABLES_BRIDGE

Place NF_CONNTRACK_BRIDGE away from the NF_TABLES_BRIDGE dependency.

Fixes: 3c171f496e ("netfilter: bridge: add connection tracking system")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
Pablo Neira Ayuso 2019-07-18 20:20:00 +02:00
parent 78e21eb699
commit fc2f14f8f7

View File

@ -25,6 +25,8 @@ config NF_LOG_BRIDGE
tristate "Bridge packet logging" tristate "Bridge packet logging"
select NF_LOG_COMMON select NF_LOG_COMMON
endif # NF_TABLES_BRIDGE
config NF_CONNTRACK_BRIDGE config NF_CONNTRACK_BRIDGE
tristate "IPv4/IPV6 bridge connection tracking support" tristate "IPv4/IPV6 bridge connection tracking support"
depends on NF_CONNTRACK depends on NF_CONNTRACK
@ -39,8 +41,6 @@ config NF_CONNTRACK_BRIDGE
To compile it as a module, choose M here. If unsure, say N. To compile it as a module, choose M here. If unsure, say N.
endif # NF_TABLES_BRIDGE
menuconfig BRIDGE_NF_EBTABLES menuconfig BRIDGE_NF_EBTABLES
tristate "Ethernet Bridge tables (ebtables) support" tristate "Ethernet Bridge tables (ebtables) support"
depends on BRIDGE && NETFILTER && NETFILTER_XTABLES depends on BRIDGE && NETFILTER && NETFILTER_XTABLES