]> git.ipfire.org Git - thirdparty/iptables.git/commit
extensions: TPROXY: Fix for translation being non-terminal
authorPhil Sutter <phil@nwl.cc>
Fri, 13 Sep 2024 14:57:48 +0000 (16:57 +0200)
committerFlorian Westphal <fw@strlen.de>
Sun, 15 Sep 2024 15:17:34 +0000 (17:17 +0200)
commit38fde6a6d9959fe8d0bb25e1800ae996becf0621
treee15d8844b5acaf223fb58f321adc4321a08ef165
parent76fce22826f8e860b5eb5b5a2463040c17ff85da
extensions: TPROXY: Fix for translation being non-terminal

nftables users have to explicitly add a verdict: xt_TPROXY's
tproxy_tg4() returns NF_ACCEPT if a socket was found and assigned,
NF_DROP otherwise.

Fixes: a62fe15abcc99 ("extensions: xt_TPROXY: add txlate support")
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Florian Westphal <fw@strlen.de>
extensions/libxt_TPROXY.c
extensions/libxt_TPROXY.txlate