search for: 24d20h31m24s

Displaying 1 result from an estimated 1 matches for "24d20h31m24s".

Did you mean: 24d20h31m23s
2018 Mar 25
3
[Bug 1237] New: sets: timeout > 24d20h31m23s becomes 49d17h2m47s
...# nft add table foo # nft add set foo bar { type ether_addr\; timeout 24d20h31m23s \; } # nft list set foo bar table ip foo { set bar { type ether_addr timeout 24d20h31m23s } } # nft delete set foo bar # nft add set foo bar { type ether_addr\; timeout 24d20h31m24s \; } # nft list set foo bar table ip foo { set bar { type ether_addr timeout 49d17h2m47s } } It seems that every timeout > 24d20h31m23s is interpreted as 49d17h2m47s. I am experiencing this with both: 1. nftables compiled from git 2cb7425 and li...