commit | 917d80d376ffbaa9725fde9e3c0282f63643f278 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Dec 08 18:25:53 2020 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Dec 08 20:42:11 2020 +0100 |
tree | 51793d08c8ca127a624085494d01fb79f03f7f44 | |
parent | cc00bcaa589914096edef7fb87ca5cee4a166b5c [diff] |
netfilter: nft_dynset: fix timeouts later than 23 days Use nf_msecs_to_jiffies64 and nf_jiffies64_to_msecs as provided by 8e1102d5a159 ("netfilter: nf_tables: support timeouts larger than 23 days"), otherwise ruleset listing breaks. Fixes: a8b1e36d0d1d ("netfilter: nft_dynset: fix element timeout for HZ != 1000") Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>