search for: 4m21s

Displaying 1 result from an estimated 1 matches for "4m21s".

Did you mean: 4.21s
2018 Apr 27
5
[Bug 1249] New: set update with timeout 0s removes timeout
...set update ip saddr timeout 40s @test } ... other chains ... } ------------------------------------------- ------------------------------------------- # nft list ruleset -nn table inet filter { set test { type ipv4_addr timeout 10m elements = { 127.0.0.1 expires 4m21s } } chain input { type filter hook input priority 0; policy accept; tcp dport 1111 set add ip saddr @test tcp dport 2222 set update ip saddr @test tcp dport 3333 set update ip saddr timeout 1m40s @test } ... other chains ... } ------------------------...