]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: nft_dynset: relax superfluous check on set updates
authorPablo Neira Ayuso <pablo@netfilter.org>
Sat, 25 Sep 2021 20:40:26 +0000 (22:40 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 7 Oct 2021 17:53:15 +0000 (19:53 +0200)
commitcff820daf98028bca1c0687a2893fd1d57f3c024
tree3fa440e9560040c5cb90c1cea5f61045793b2ec0
parent08767171e39578e86b0b622ca31ec0ab7f390875
netfilter: nft_dynset: relax superfluous check on set updates

Relax this condition to make add and update commands idempotent for sets
with no timeout. The eval function already checks if the set element
timeout is available and updates it if the update command is used.

Fixes: e907265f4d6d ("netfilter: nf_tables: add support for dynamic set updates")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nft_dynset.c