search for: a4db940

Displaying 2 results from an estimated 2 matches for "a4db940".

2020 Aug 24
5
[Bug 1454] New: nft list set omits timeout values for intervals formatted as hyphenated ranges
...t command expresses intervals as ranges rather than in CIDR notation. I do not understand what the criteria is for doing so, exactly. When it happens, the attached timeout values are not reported. Here are some demonstrations, which were carried out with nftables (commit ca2e6e0), libnftnl (commit a4db940) and Linux 5.7.16. # nft create table t # nft 'add set t s { type ipv4_addr; flags interval; timeout 60s; }' # nft add element t s { 224.0.0.0/3 } # nft list set t s | grep -o 'elements.*' elements = { 224.0.0.0-255.255.255.255 } Here, the list command has not shown the timeout fo...
2019 Dec 30
24
[Bug 1392] New: nft stalls on EGAIN upon repeatedly flushing and populating a set
https://bugzilla.netfilter.org/show_bug.cgi?id=1392 Bug ID: 1392 Summary: nft stalls on EGAIN upon repeatedly flushing and populating a set Product: nftables Version: unspecified Hardware: x86_64 OS: Gentoo Status: NEW Severity: normal Priority: P5 Component: nft