|
@@ -3,8 +3,7 @@
|
|
#
|
|
#
|
|
#
|
|
#
|
|
menuconfig NF_TABLES_BRIDGE
|
|
menuconfig NF_TABLES_BRIDGE
|
|
- depends on NF_TABLES
|
|
|
|
- select BRIDGE_NETFILTER
|
|
|
|
|
|
+ depends on BRIDGE && NETFILTER && NF_TABLES
|
|
tristate "Ethernet Bridge nf_tables support"
|
|
tristate "Ethernet Bridge nf_tables support"
|
|
|
|
|
|
if NF_TABLES_BRIDGE
|
|
if NF_TABLES_BRIDGE
|
|
@@ -19,9 +18,7 @@ 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
|
|
|
|
- select BRIDGE_NETFILTER
|
|
|
|
- select NETFILTER_XTABLES
|
|
|
|
|
|
+ depends on BRIDGE && NETFILTER && NETFILTER_XTABLES
|
|
help
|
|
help
|
|
ebtables is a general, extensible frame/packet identification
|
|
ebtables is a general, extensible frame/packet identification
|
|
framework. Say 'Y' or 'M' here if you want to do Ethernet
|
|
framework. Say 'Y' or 'M' here if you want to do Ethernet
|