From 27090c14799c2417dff3ef6ac7a9042d23d54a96 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Thu, 14 Aug 2003 19:56:43 +0000 Subject: add arpreply --- kernel/linux/net/bridge/netfilter/Config.in | 1 + kernel/linux/net/bridge/netfilter/Makefile | 2 ++ 2 files changed, 3 insertions(+) (limited to 'kernel') diff --git a/kernel/linux/net/bridge/netfilter/Config.in b/kernel/linux/net/bridge/netfilter/Config.in index 46a36ff..63ae400 100644 --- a/kernel/linux/net/bridge/netfilter/Config.in +++ b/kernel/linux/net/bridge/netfilter/Config.in @@ -13,6 +13,7 @@ dep_tristate ' ebt: 802.3 filter support' CONFIG_BRIDGE_EBT_802_3 $CONFIG_BRI dep_tristate ' ebt: packet type filter support' CONFIG_BRIDGE_EBT_PKTTYPE $CONFIG_BRIDGE_NF_EBTABLES dep_tristate ' ebt: STP filter support' CONFIG_BRIDGE_EBT_STP $CONFIG_BRIDGE_NF_EBTABLES dep_tristate ' ebt: mark filter support' CONFIG_BRIDGE_EBT_MARKF $CONFIG_BRIDGE_NF_EBTABLES +dep_tristate ' ebt: arp reply target support' CONFIG_BRIDGE_EBT_ARPREPLY $CONFIG_BRIDGE_NF_EBTABLES dep_tristate ' ebt: snat target support' CONFIG_BRIDGE_EBT_SNAT $CONFIG_BRIDGE_NF_EBTABLES dep_tristate ' ebt: dnat target support' CONFIG_BRIDGE_EBT_DNAT $CONFIG_BRIDGE_NF_EBTABLES dep_tristate ' ebt: redirect target support' CONFIG_BRIDGE_EBT_REDIRECT $CONFIG_BRIDGE_NF_EBTABLES diff --git a/kernel/linux/net/bridge/netfilter/Makefile b/kernel/linux/net/bridge/netfilter/Makefile index a5f0ce5..c2c7693 100644 --- a/kernel/linux/net/bridge/netfilter/Makefile +++ b/kernel/linux/net/bridge/netfilter/Makefile @@ -21,7 +21,9 @@ obj-$(CONFIG_BRIDGE_EBT_VLANF) += ebt_vlan.o obj-$(CONFIG_BRIDGE_EBT_MARKF) += ebt_mark_m.o obj-$(CONFIG_BRIDGE_EBT_802_3) += ebt_802_3.o obj-$(CONFIG_BRIDGE_EBT_PKTTYPE) += ebt_pkttype.o +obj-$(CONFIG_BRIDGE_EBT_PKTTYPE) += ebt_stp.o obj-$(CONFIG_BRIDGE_EBT_LOG) += ebt_log.o +obj-$(CONFIG_BRIDGE_EBT_ARPREPLY) += ebt_arpreply.o obj-$(CONFIG_BRIDGE_EBT_SNAT) += ebt_snat.o obj-$(CONFIG_BRIDGE_EBT_DNAT) += ebt_dnat.o obj-$(CONFIG_BRIDGE_EBT_REDIRECT) += ebt_redirect.o -- cgit v1.2.3