search for: countermap

Displaying 1 result from an estimated 1 matches for "countermap".

Did you mean: counterman
2019 Jul 11
2
[Bug 1352] New: After adding map type ipv4_addr : counter it behaves as a set
...y: normal Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: arturo at debian.org Original bug report: https://bugs.debian.org/931820 (using nftables 0.9.1 and linux 4.19) after adding following map to nftables # nft add map inet filter countermap { type ipv4_addr : counter\; } the ruleset is, as expected # nft list ruleset table inet filter { map countermap { type ipv4_addr : counter } } but from now, you can't work with this as a map, but you have to use a set. For example, when you run # nft flush map inet filter...