summaryrefslogtreecommitdiff
path: root/include/netfilter.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-05-24 08:14:29 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-05-24 08:14:29 +0000
commitbe906f6be55b890edc766a8826c8cc56f0732d8d (patch)
tree9ef3360c258ca0a0f852f4e87a81eed250b466f5 /include/netfilter.mk
parenta12a8271a7de80a6080ab3eaf0ddcf067249596c (diff)
downloadmtk-20170518-be906f6be55b890edc766a8826c8cc56f0732d8d.zip
mtk-20170518-be906f6be55b890edc766a8826c8cc56f0732d8d.tar.gz
mtk-20170518-be906f6be55b890edc766a8826c8cc56f0732d8d.tar.bz2
package u32 match and TEE target, patches by Maxim Uvarov
SVN-Revision: 26977
Diffstat (limited to 'include/netfilter.mk')
-rw-r--r--include/netfilter.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/netfilter.mk b/include/netfilter.mk
index 9da455a..371571a 100644
--- a/include/netfilter.mk
+++ b/include/netfilter.mk
@@ -290,6 +290,14 @@ $(eval $(call nf_add,IPT_TPROXY,CONFIG_NETFILTER_XT_TARGET_TPROXY, $(P_XT)xt_TPR
# led
$(eval $(call nf_add,IPT_LED,CONFIG_NETFILTER_XT_TARGET_LED, $(P_XT)xt_LED))
+# tee
+
+$(eval $(call nf_add,IPT_TEE,CONFIG_NETFILTER_XT_TARGET_TEE, $(P_XT)xt_TEE))
+
+# u32
+
+$(eval $(call nf_add,IPT_U32,CONFIG_NETFILTER_XT_MATCH_U32, $(P_XT)xt_u32))
+
#
# ebtables
#