]> git.ipfire.org Git - thirdparty/iptables.git/commit
nft: prefer native expressions instead of udp match
authorFlorian Westphal <fw@strlen.de>
Tue, 25 Jan 2022 16:52:58 +0000 (17:52 +0100)
committerFlorian Westphal <fw@strlen.de>
Sat, 29 Jan 2022 12:38:11 +0000 (13:38 +0100)
commitc034cf31dd1a9079e197e4e6bb72bc7d19448114
treefc81b71acc5a0799859ddf7e3fabcb0332da9bf8
parent5489493e6590b35765f676d6638c696bfe00c4b4
nft: prefer native expressions instead of udp match

Instead of using nft_compat+xtables udp match, prefer to
emit payload+cmp or payload+range expression.

Delinearization support was added in previous patches.

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