From 36715e604fe79a20de2969ef9266540dac88d837 Mon Sep 17 00:00:00 2001 From: jow Date: Tue, 24 May 2011 08:14:29 +0000 Subject: [netfilter] package u32 match and TEE target, patches by Maxim Uvarov git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26977 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/netfilter.mk | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include') diff --git a/include/netfilter.mk b/include/netfilter.mk index 9da455a07..371571a57 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 # -- cgit v1.2.3