> The bug that I believe is responsible is in this if-block:
>
> https://git.netfilter.org/nftables/tree/src/rule.c#n372
>
>When listing a set, nft will set the `stateless` flag in order to
>suppress the state of any counters it defines. However, it doesn't keep
>track of whether the flag was alr
> I'll send a patch upstream.
>
> J.
I have noticed that on Gentoo and Arch this seems to be resolved.
They are using a version > 1.0.x
Maybe already fixed upstream...
H.
Here is my-nftables (used to instantiate the ruleset):
nft -f my-nftables
>>> my-nftables
flush ruleset
table ip filter {
set bad_guys {
type ipv4_addr
size 65535
timeout 31m
counter
elements = { 192.168.0.101,
Package: nftables
Version: 0.9.8-3.1
Severity: important
Dear Maintainer,
*** Reporter, please consider answering these questions, where appropriate ***
* What led up to the situation?
Upgrade to bullseye
* What exactly did you do (or not do) that was effective (or
ineffective)?
nft -
4 matches
Mail list logo