summaryrefslogtreecommitdiffstats
path: root/kernel/linux/net
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-06-06 16:57:17 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-06-06 16:57:17 +0000
commit8079a34d1d630be803277375898477790ba12968 (patch)
tree759f85e26f623fc3efb2add53ab31c3d4686cd21 /kernel/linux/net
parentc57bfaecaedd30e36c746cf3d48c712eb54af53d (diff)
remove nat, add snat and dnat options.
Diffstat (limited to 'kernel/linux/net')
-rw-r--r--kernel/linux/net/bridge/netfilter/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/linux/net/bridge/netfilter/Makefile b/kernel/linux/net/bridge/netfilter/Makefile
index 12eefaa..ea822fc 100644
--- a/kernel/linux/net/bridge/netfilter/Makefile
+++ b/kernel/linux/net/bridge/netfilter/Makefile
@@ -20,6 +20,7 @@ obj-$(CONFIG_BRIDGE_EBT_IPF) += ebt_ip.o
obj-$(CONFIG_BRIDGE_EBT_ARPF) += ebt_arp.o
obj-$(CONFIG_BRIDGE_EBT_VLANF) += ebt_vlan.o
obj-$(CONFIG_BRIDGE_EBT_LOG) += ebt_log.o
-obj-$(CONFIG_BRIDGE_EBT_NAT) += ebt_nat.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
include $(TOPDIR)/Rules.make