Displaying 4 results from an estimated 4 matches for "relational_expr".
2014 May 28
1
[Bug 953] New: Meta priority parsing is broken
...ate 434
Next token is token "colon" (: )
Reducing stack by rule 222 (line 1651):
$1 = nterm concat_expr (: )
-> $$ = nterm expr (: )
Stack now 0 1 15 10 44 212
Entering state 459
Reducing stack by rule 234 (line 1691):
$1 = nterm expr (: )
$2 = nterm expr (: )
-> $$ = nterm relational_expr (: )
Stack now 0 1 15 10 44
Entering state 214
Reducing stack by rule 187 (line 1488):
$1 = nterm relational_expr (: )
-> $$ = nterm match_stmt (: )
Stack now 0 1 15 10 44
Entering state 199
Reducing stack by rule 129 (line 1271):
$1 = nterm match_stmt (: )
-> $$ = nterm stmt (: )
Stack...
2016 Sep 11
1
[Bug 1086] New: Nftables matching packet header fields and unexpected '(': wrong wiki info or bug?
https://bugzilla.netfilter.org/show_bug.cgi?id=1086
Bug ID: 1086
Summary: Nftables matching packet header fields and unexpected
'(': wrong wiki info or bug?
Product: nftables
Version: unspecified
Hardware: x86_64
OS: Debian GNU/Linux
Status: NEW
Severity: minor
2019 Jun 19
2
[Bug 1344] New: Segmentation fault in nft add rule ip ipv4table ipv4chain-1 tcp sport { 12345-54321 }
...Stack now 0 1 19 12 59 325
Entering state 795
Reducing stack by rule 564 (line 3280):
$1 = nterm set_expr (: )
-> $$ = nterm rhs_expr (: )
Stack now 0 1 19 12 59 325
Entering state 797
Reducing stack by rule 556 (line 3246):
$1 = nterm expr (: )
$2 = nterm rhs_expr (: )
-> $$ = nterm relational_expr (: )
Stack now 0 1 19 12 59
Entering state 327
Reducing stack by rule 469 (line 2844):
$1 = nterm relational_expr (: )
-> $$ = nterm match_stmt (: )
Stack now 0 1 19 12 59
Entering state 316
Reducing stack by rule 282 (line 2072):
$1 = nterm match_stmt (: )
-> $$ = nterm stmt (: )
Stack...
2016 Dec 20
0
[ANNOUNCE] nftables 0.7 release
...include: Missing noinst_HEADERS updates
Phil Sutter (5):
evaluate: Fix datalen checks in expr_evaluate_string()
evaluate: reject: Have a generic fix for missing network context
evaluate: Avoid undefined behaviour in concat_subtype_id()
parser_bison: Allow parens on RHS of relational_expr
tests: py: Test TCP flags match with parentheses