summaryrefslogtreecommitdiffstats
path: root/src/parser_bison.y
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2021-06-16 18:25:28 +0200
committerFlorian Westphal <fw@strlen.de>2021-06-21 14:44:58 +0200
commit3486127e52426d1861a78b44f10e5997c3a69ff2 (patch)
tree58ee3ab39d323435b2153f7b3df187526a21ad15 /src/parser_bison.y
parent52f61f87b3891b60ca5efec125bc2e5f6522a6c1 (diff)
parser: new queue flag input format
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'src/parser_bison.y')
-rw-r--r--src/parser_bison.y4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/parser_bison.y b/src/parser_bison.y
index 2a86c275..277918ef 100644
--- a/src/parser_bison.y
+++ b/src/parser_bison.y
@@ -3739,6 +3739,10 @@ nf_nat_flag : RANDOM { $$ = NF_NAT_RANGE_PROTO_RANDOM; }
;
queue_stmt : queue_stmt_compat close_scope_queue
+ | QUEUE FLAGS queue_stmt_flags QUEUENUM queue_stmt_expr_simple close_scope_queue
+ {
+ $$ = queue_stmt_alloc(&@$, $5, $3);
+ }
;
queue_stmt_compat : queue_stmt_alloc