]> git.ipfire.org Git - thirdparty/nftables.git/commit
evaluate: reject unsupported expressions in payload statement for bitfields
authorPablo Neira Ayuso <pablo@netfilter.org>
Fri, 28 Feb 2025 14:57:18 +0000 (15:57 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 7 Mar 2025 12:56:47 +0000 (13:56 +0100)
commitde447e248cce3ca3fd7040c386ac798c35721415
tree775a3cac3fd1477723aac9cbff3acc7a081e9a78
parent6d9297f278290888e7e26762ee72ed6afa22a97e
evaluate: reject unsupported expressions in payload statement for bitfields

The payload statement evaluation pretends that it can handle any
expression for bitfields, but the existing evaluation code only knows
how to handle value expression.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/evaluate.c