Displaying 1 result from an estimated 1 matches for "ssh_meter".
2020 Oct 26
3
[Bug 1477] New: Unable to use saved ruleset when using dynamic sets
...-v
nftables v0.9.6 (Capital Idea #2)
root at debian10:/tmp# uname -a
Linux debian10 4.19.0-12-amd64 #1 SMP Debian 4.19.152-1 (2020-10-18) x86_64
GNU/Linux
root at debian10:/tmp#
Here follows a way to reproduce the problem:
root at debian10:/tmp# nft list ruleset
table inet filter {
set ssh_meter {
type ipv4_addr
size 65535
flags dynamic,timeout
timeout 1m
}
chain output {
type filter hook output priority filter; policy accept;
ip protocol icmp add @ssh_meter { ip saddr timeout 1...