]> git.ipfire.org Git - thirdparty/iptables.git/commit
nft-shared: add tcp flag dissection
authorFlorian Westphal <fw@strlen.de>
Tue, 25 Jan 2022 16:53:00 +0000 (17:53 +0100)
committerFlorian Westphal <fw@strlen.de>
Sat, 29 Jan 2022 12:39:44 +0000 (13:39 +0100)
commit92808bd52f04154e01a68c47c2834d2252adf60c
tree34468610b8a29c18d419edad14e54b5105cb2a8c
parent6aba94ef5f50734dc72f455f195787b9c8540a78
nft-shared: add tcp flag dissection

Detect payload load of th->flags and convert it to xt tcp match
structure.

Signed-off-by: Florian Westphal <fw@strlen.de>
iptables/nft-shared.c