]> git.ipfire.org Git - thirdparty/nftables.git/commit
parser_json: Parse into symbol range expression if possible
authorPhil Sutter <phil@nwl.cc>
Tue, 29 Jul 2025 15:55:17 +0000 (17:55 +0200)
committerPhil Sutter <phil@nwl.cc>
Thu, 31 Jul 2025 11:27:04 +0000 (13:27 +0200)
commit9b2b1614093aa1cdd1d5e5dc575a6009650cd3e8
tree1d9ef686383b7653a418b911ad84b06f13006016
parent26ed87de43142dac3c85390ae27e50a156581e94
parser_json: Parse into symbol range expression if possible

Apply the bison parser changes in commit 347039f64509e ("src: add symbol
range expression to further compact intervals") to JSON parser as well.

Fixes: 347039f64509e ("src: add symbol range expression to further compact intervals")
Signed-off-by: Phil Sutter <phil@nwl.cc>
Reviewed-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/parser_json.c