[Bug 1645] feature request: adding permanent set elements into a set with timeout enabled
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Mon Nov 18 13:32:00 CET 2024
https://bugzilla.netfilter.org/show_bug.cgi?id=1645
Pablo Neira Ayuso <pablo at netfilter.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #1 from Pablo Neira Ayuso <pablo at netfilter.org> ---
this feature is available since Linux kernel 6.12 and it is already included in
nftables 1.1.1
Example
set x {
typeof ip saddr
timeout 1m
elements = { 1.1.1.1 timeout never,
2.2.2.2,
3.3.3.3 timeout 2m }
}
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20241118/68485d79/attachment.html>
More information about the netfilter-buglog
mailing list