X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=include%2Fnetfilter.mk;h=371571a57e874a664cb95d743c576f96d95d0a3d;hb=d349dd54e7b15d674e13020f71d9644607789a1f;hp=9da455a07a21051c161c5b5bc64cc5593dcffaac;hpb=0874d0071557e22e37ace65cdbccdbf373a86a4c;p=openwrt.git diff --git a/include/netfilter.mk b/include/netfilter.mk index 9da455a07a..371571a57e 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 #