On Wednesday 2008-04-09 15:08, Patrick McHardy wrote: > Jan Engelhardt wrote: >> Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx> > > > I like these patches (modulo the small NFPROTO_ARP nitpicks), > I'd like to get an ACK from Bart before applying them though. > > I assume this doesn't affect userspace compatibility? > Additionally, we want this one at least. === Author: Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx> Date: Wed Apr 9 18:12:04 2008 +0200 [NETFILTER]: ebt modules depend on NETFILTER_XTABLES now Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx> --- net/bridge/netfilter/Kconfig | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/net/bridge/netfilter/Kconfig b/net/bridge/netfilter/Kconfig index 4a3e2bf..8539741 100644 --- a/net/bridge/netfilter/Kconfig +++ b/net/bridge/netfilter/Kconfig @@ -7,6 +7,7 @@ menu "Bridge: Netfilter Configuration" config BRIDGE_NF_EBTABLES tristate "Ethernet Bridge tables (ebtables) support" + select NETFILTER_XTABLES help ebtables is a general, extensible frame/packet identification framework. Say 'Y' or 'M' here if you want to do Ethernet @@ -44,6 +45,9 @@ config BRIDGE_EBT_T_NAT See the man page for ebtables(8). To compile it as a module, choose M here. If unsure, say N. + +if NETFILTER_XTABLES + # # matches # @@ -212,4 +216,6 @@ config BRIDGE_EBT_ULOG To compile it as a module, choose M here. If unsure, say N. +endif # NETFILTER_XTABLES + endmenu -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html