search for: 38s800ms

Displaying 1 result from an estimated 1 matches for "38s800ms".

2020 Oct 26
3
[Bug 1477] New: Unable to use saved ruleset when using dynamic sets
.../0.050/0.002 ms root at debian10:/tmp# nft list ruleset | tee /tmp/unable-to-load.nft table inet filter { set ssh_meter { type ipv4_addr size 65535 flags dynamic,timeout timeout 1m elements = { 127.0.0.1 expires 38s800ms limit rate over 1/minute } } chain output { type filter hook output priority filter; policy accept; ip protocol icmp add @ssh_meter { ip saddr timeout 1m limit rate over 1/minute } } } root at debian10:/tmp# nft -f /tmp/unable-to-load.nft /t...