]> git.ipfire.org Git - thirdparty/nftables.git/commit
parser_bison: Accept ASTERISK_STRING in flowtable_expr_member
authorPhil Sutter <phil@nwl.cc>
Tue, 13 Aug 2024 18:36:36 +0000 (20:36 +0200)
committerPhil Sutter <phil@nwl.cc>
Tue, 30 Sep 2025 21:05:01 +0000 (23:05 +0200)
commit796de697f662064d256e628bc5c703b6d14ae391
treed9d349980efd9a8941dbb82871e755b8a71547b9
parentc31e887504a90152e29c4a76a74c8a442f771917
parser_bison: Accept ASTERISK_STRING in flowtable_expr_member

All clauses are identical, so instead of adding a third one for
ASTERISK_STRING, use a single one for 'string' (which combines all three
variants).

Signed-off-by: Phil Sutter <phil@nwl.cc>
Reviewed-by: Pablo Neira Ayuso <pablo@netfilter.org>
doc/nft.txt
src/parser_bison.y