bugzilla-daemon at netfilter.org
2024-Nov-18 12:32 UTC
[Bug 1645] feature request: adding permanent set elements into a set with timeout enabled
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>
Possibly Parallel Threads
- [Bug 1137] New: Element "flow tables" should not be syntactically unique...
- [Bug 1410] New: STATELESS, rules with notrack into a map
- [ANNOUNCE] nftables 0.5 release
- [Bug 1249] New: set update with timeout 0s removes timeout
- [ANNOUNCE] nftables 1.1.0 release