aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2022-02-24 05:47:21 +0000
committerYousong Zhou <yszhou4tech@gmail.com>2022-02-28 10:24:17 +0800
commit43276b60c6dd5adeec89401c6ddd514e2cd22896 (patch)
treea9678c32b645b55c64a7363d09b5ff21595c9c8f /include
parent0225df1ec8570d144a0a8d7862036c532cc44dbd (diff)
downloadupstream-43276b60c6dd5adeec89401c6ddd514e2cd22896.tar.gz
upstream-43276b60c6dd5adeec89401c6ddd514e2cd22896.tar.bz2
upstream-43276b60c6dd5adeec89401c6ddd514e2cd22896.zip
netfilter: add kmod-nft-tproxy
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/netfilter.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/netfilter.mk b/include/netfilter.mk
index 83455cc378..2ef8f83e4c 100644
--- a/include/netfilter.mk
+++ b/include/netfilter.mk
@@ -353,6 +353,8 @@ $(eval $(if $(NF_KMOD),$(call nf_add,NFT_QUEUE,CONFIG_NFT_QUEUE, $(P_XT)nft_queu
$(eval $(if $(NF_KMOD),$(call nf_add,NFT_SOCKET,CONFIG_NFT_SOCKET, $(P_XT)nft_socket),))
+$(eval $(if $(NF_KMOD),$(call nf_add,NFT_TPROXY,CONFIG_NFT_TPROXY, $(P_XT)nft_tproxy),))
+
$(eval $(if $(NF_KMOD),$(call nf_add,NFT_COMPAT,CONFIG_NFT_COMPAT, $(P_XT)nft_compat),))
# userland only