Displaying 2 results from an estimated 2 matches for "netlink_parse_concat_expr".
2018 Feb 01
4
[Bug 1222] New: nft list ruleset – infinite memory use
https://bugzilla.netfilter.org/show_bug.cgi?id=1222
Bug ID: 1222
Summary: nft list ruleset – infinite memory use
Product: nftables
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
2020 Feb 05
3
[Bug 1406] New: nft dies with an assertion of consumed > 0
...egress {
type filter hook prerouting priority filter - 1; policy accept;
iifname != "igb0" ct original daddr @servers
}
}
Next, try to list a table by any given name - even the "metrics" table itself:
# nft list table metrics
nft: netlink_delinearize.c:124: netlink_parse_concat_expr: Assertion `consumed
> 0' failed.
Aborted
I have noticed that the assertion can be avoided by remove the "ct original
daddr @servers" condition from the rule.
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTM...