[Bug 1711] New: Named sets - Use flags interval and dynamic
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Thu Oct 5 12:18:56 CEST 2023
https://bugzilla.netfilter.org/show_bug.cgi?id=1711
Bug ID: 1711
Summary: Named sets - Use flags interval and dynamic
Product: nftables
Version: 1.0.x
Hardware: x86_64
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: nicolasfort1988 at gmail.com
Sorry, this might be simple or stated before, but found no information or docs
regarding this requirement:
Is there any way to used named sets, with flags 'dynamic' and 'interval'?
Commands that works and generate desired named-set:
sudo nft add set ip filter FOO-1 {type ipv4_addr\; flags interval\;}
sudo nft add set ip filter FOO-2 {type ipv4_addr\; flags dynamic\;}
sudo nft add set ip filter FOO-3 {type ipv4_addr\; flags dynamic, timeout\;}
And doesn't work:
sudo nft add set ip filter FOO-4 {type ipv4_addr\; flags dynamic, interval\;}
Error: Could not process rule: Operation not supported
add set ip filter FOO-4 {type ipv4_addr; flags dynamic, interval;}
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Thanks in advance
--
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/20231005/19876a9b/attachment.html>
More information about the netfilter-buglog
mailing list