From 8136f1edaafeffbc03d0e8b2788ed194b1717f8f Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Sun, 11 Aug 2002 12:03:48 +0000 Subject: remove database --- kernel/linux/net/bridge/netfilter/Config.in | 3 +-- kernel/linux/net/bridge/netfilter/Makefile | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/kernel/linux/net/bridge/netfilter/Config.in b/kernel/linux/net/bridge/netfilter/Config.in index acb226c..795aa75 100644 --- a/kernel/linux/net/bridge/netfilter/Config.in +++ b/kernel/linux/net/bridge/netfilter/Config.in @@ -5,7 +5,7 @@ dep_tristate ' Bridge: ebtables' CONFIG_BRIDGE_EBT $CONFIG_BRIDGE dep_tristate ' ebt: filter table support' CONFIG_BRIDGE_EBT_T_FILTER $CONFIG_BRIDGE_EBT dep_tristate ' ebt: nat table support' CONFIG_BRIDGE_EBT_T_NAT $CONFIG_BRIDGE_EBT dep_tristate ' ebt: broute table support' CONFIG_BRIDGE_EBT_BROUTE $CONFIG_BRIDGE_EBT -dep_tristate ' ebt: log support' CONFIG_BRIDGE_EBT_LOG $CONFIG_BRIDGE_EBT +dep_tristate ' ebt: LOG support' CONFIG_BRIDGE_EBT_LOG $CONFIG_BRIDGE_EBT dep_tristate ' ebt: IP filter support' CONFIG_BRIDGE_EBT_IPF $CONFIG_BRIDGE_EBT dep_tristate ' ebt: ARP filter support' CONFIG_BRIDGE_EBT_ARPF $CONFIG_BRIDGE_EBT dep_tristate ' ebt: 802.1Q VLAN filter support (EXPERIMENTAL)' CONFIG_BRIDGE_EBT_VLANF $CONFIG_BRIDGE_EBT @@ -14,5 +14,4 @@ dep_tristate ' ebt: snat target support' CONFIG_BRIDGE_EBT_SNAT $CONFIG_BRIDG dep_tristate ' ebt: dnat target support' CONFIG_BRIDGE_EBT_DNAT $CONFIG_BRIDGE_EBT dep_tristate ' ebt: redirect target support' CONFIG_BRIDGE_EBT_REDIRECT $CONFIG_BRIDGE_EBT dep_tristate ' ebt: mark target support' CONFIG_BRIDGE_EBT_MARK_T $CONFIG_BRIDGE_EBT -dep_tristate ' Bridge: ethernet database' CONFIG_BRIDGE_DB $CONFIG_BRIDGE diff --git a/kernel/linux/net/bridge/netfilter/Makefile b/kernel/linux/net/bridge/netfilter/Makefile index 01dcc9d..6757c8e 100644 --- a/kernel/linux/net/bridge/netfilter/Makefile +++ b/kernel/linux/net/bridge/netfilter/Makefile @@ -15,7 +15,6 @@ obj-$(CONFIG_BRIDGE_EBT) += ebtables.o obj-$(CONFIG_BRIDGE_EBT_T_FILTER) += ebtable_filter.o obj-$(CONFIG_BRIDGE_EBT_T_NAT) += ebtable_nat.o obj-$(CONFIG_BRIDGE_EBT_BROUTE) += ebtable_broute.o -obj-$(CONFIG_BRIDGE_DB) += br_db.o obj-$(CONFIG_BRIDGE_EBT_IPF) += ebt_ip.o obj-$(CONFIG_BRIDGE_EBT_ARPF) += ebt_arp.o obj-$(CONFIG_BRIDGE_EBT_VLANF) += ebt_vlan.o -- cgit v1.2.3