<html>
<head>
<base href="https://bugzilla.netfilter.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Named sets - Use flags interval and dynamic"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1711">1711</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Named sets - Use flags interval and dynamic
</td>
</tr>
<tr>
<th>Product</th>
<td>nftables
</td>
</tr>
<tr>
<th>Version</th>
<td>1.0.x
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86_64
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P5
</td>
</tr>
<tr>
<th>Component</th>
<td>nft
</td>
</tr>
<tr>
<th>Assignee</th>
<td>pablo@netfilter.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>nicolasfort1988@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>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</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>