]> git.ipfire.org Git - thirdparty/nftables.git/commit
src: add queue expr and flags to queue_stmt_alloc
authorFlorian Westphal <fw@strlen.de>
Tue, 15 Jun 2021 23:45:29 +0000 (01:45 +0200)
committerFlorian Westphal <fw@strlen.de>
Mon, 21 Jun 2021 12:44:58 +0000 (14:44 +0200)
commit4892fceea2b59415c9714293689f3f0d07ac5057
tree3b41511008eaa8a5ca9f8817eba01cea2448e4be
parent767f0af82a3896a9a643de281cb020d04a7b7cf0
src: add queue expr and flags to queue_stmt_alloc

Preparation patch to avoid too much $<stmt>$ references in the parser.

Signed-off-by: Florian Westphal <fw@strlen.de>
include/statement.h
src/netlink_delinearize.c
src/parser_bison.y
src/parser_json.c
src/statement.c