aboutsummaryrefslogtreecommitdiffstats
path: root/include/netfilter.mk
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-02-09 13:27:39 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-02-09 13:27:39 +0000
commite5c9f0063792ad3d3945de1f33173b2ef82bae0d (patch)
tree46659b8c7a78179ece7a00e3124863f14d4fb725 /include/netfilter.mk
parentd7fed96ebacf649a1c31b7d71ae9677ad37da27b (diff)
downloadupstream-e5c9f0063792ad3d3945de1f33173b2ef82bae0d.tar.gz
upstream-e5c9f0063792ad3d3945de1f33173b2ef82bae0d.tar.bz2
upstream-e5c9f0063792ad3d3945de1f33173b2ef82bae0d.zip
netfilter: remove CHAOS, TARPIT and DELUDE references
SVN-Revision: 14461
Diffstat (limited to 'include/netfilter.mk')
-rw-r--r--include/netfilter.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/netfilter.mk b/include/netfilter.mk
index 6968feffd3..f474b6a398 100644
--- a/include/netfilter.mk
+++ b/include/netfilter.mk
@@ -84,13 +84,9 @@ $(eval $(call nf_add,IPT_EXTRA,CONFIG_IP_NF_MATCH_OWNER, $(P_V4)ipt_owner))
$(eval $(call nf_add,IPT_EXTRA,CONFIG_NETFILTER_XT_MATCH_PHYSDEV, $(P_XT)xt_physdev))
$(eval $(call nf_add,IPT_EXTRA,CONFIG_IP_NF_MATCH_PKTTYPE, $(P_V4)ipt_pkttype))
$(eval $(call nf_add,IPT_EXTRA,CONFIG_NETFILTER_XT_MATCH_PKTTYPE, $(P_XT)xt_pkttype))
-$(eval $(call nf_add,IPT_EXTRA,CONFIG_NETFILTER_XT_MATCH_PORTSCAN, $(P_XT)xt_portscan))
#$(eval $(call nf_add,IPT_EXTRA,CONFIG_IP_NF_MATCH_QUOTA, $(P_V4)ipt_quota))
$(eval $(call nf_add,IPT_EXTRA,CONFIG_NETFILTER_XT_MATCH_QUOTA, $(P_XT)xt_quota))
-$(eval $(call nf_add,IPT_EXTRA,CONFIG_NETFILTER_XT_TARGET_TARPIT, $(P_XT)xt_TARPIT))
-$(eval $(call nf_add,IPT_EXTRA,CONFIG_NETFILTER_XT_TARGET_DELUDE, $(P_XT)xt_DELUDE))
-$(eval $(call nf_add,IPT_EXTRA,CONFIG_NETFILTER_XT_TARGET_CHAOS, $(P_XT)xt_CHAOS))
#$(eval $(call nf_add,IPT_EXTRA,CONFIG_IP_NF_TARGET_ROUTE, $(P_V4)ipt_ROUTE))