Displaying 4 results from an estimated 4 matches for "range_expr_value_low".
2016 Jun 30
0
[Bug 1042] nft: unable to define a variable using a variable; expression.c:951: range_expr_value_low: Assertion `0' failed
https://bugzilla.netfilter.org/show_bug.cgi?id=1042
Pablo Neira Ayuso <pablo at netfilter.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #1 from Pablo Neira Ayuso
2017 Apr 15
9
[Bug 1145] New: nft 0.7: expression.c:966: range_expr_value_low: Assertion '0' failed.
https://bugzilla.netfilter.org/show_bug.cgi?id=1145
Bug ID: 1145
Summary: nft 0.7: expression.c:966: range_expr_value_low:
Assertion '0' failed.
Product: nftables
Version: unspecified
Hardware: x86_64
OS: Gentoo
Status: NEW
Severity: normal
Priority: P5
Component: nft
Assignee: pablo at netfil...
2017 Feb 13
0
[Bug 1028] Segfault on nested sets with prefixes
...----------------
CC| |phil at nwl.cc
--- Comment #2 from Phil Sutter <phil at nwl.cc> ---
Reproducing this with a more recent version of nft leads to the following:
# nft -f nft_defines
BUG: invalid range expression type set
nft: expression.c:966: range_expr_value_low: Assertion `0' failed.
Aborted (core dumped)
So it doesn't crash anymore but still doesn't work.
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pi...
2017 Aug 24
5
[Bug 1179] New: vmap and sets cause "BUG: invalid range expression type set"
...ajor
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: netfilter at allycomm.com
Observed Behavior:
==================
Use of sets within a vmap result in the error message:
BUG: invalid range expression type set
nft: expression.c:1037: range_expr_value_low: Assertion `0' failed.
Aborted
Expected Behavior:
==================
Could use both anonymous and named sets in a vmap
No "vmap" anywhere on <http://www.netfilter.org/projects/nftables/manpage.html>
No limitations given on the "match" portion of the dictionary in
&...