]> git.ipfire.org Git - thirdparty/nftables.git/commit
src: add expr_type_catchall() helper and use it
authorPablo Neira Ayuso <pablo@netfilter.org>
Wed, 13 Aug 2025 13:11:09 +0000 (15:11 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 27 Aug 2025 21:52:08 +0000 (23:52 +0200)
commit75ab7957feb78c53641331587f0f2ca8d75ccf8c
tree4c25ccf77786112e07fad28cecf496a344c3a552
parentf011884543475ff3c12ae61cc6d7dde57df25305
src: add expr_type_catchall() helper and use it

Add helper function to check if this is a catchall expression.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/expression.h
src/evaluate.c
src/intervals.c
src/segtree.c