You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
netfilter: nf_tables: honor set timeout and garbage collection updates
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2164485
Upstream Status: commit 123b996
Conflicts:
net/netfilter/nf_tables_api.c
RHEL9 intentionally lacks
33c7aba ("netfilter: nf_tables: do not set up extensions for end interval"),
because this commit triggers erroneous rejects of new set elements
from the nft_set_rbtree backend. The existing overlap detection
depends on timeout extension being set also for the end interval.
This can be backported later once the new rbtree overlap detection
has had some test exposure upstream.
IOW, keep the RHEL9 conditional to add timeout extension to
end intervals too.
commit 123b996
Author: Pablo Neira Ayuso <pablo@netfilter.org>
Date: Mon Dec 19 20:10:12 2022 +0100
netfilter: nf_tables: honor set timeout and garbage collection updates
Set timeout and garbage collection interval updates are ignored on
updates. Add transaction to update global set element timeout and
garbage collection interval.
Fixes: 9651851 ("netfilter: add nftables")
Suggested-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Florian Westphal <fwestpha@redhat.com>
0 commit comments