<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 - set: Can't add elements after flushing a full set with size description"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1114">1114</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>set: Can't add elements after flushing a full set with size description
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>nftables
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86_64
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Ubuntu
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </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>elise.lennion@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Here an example of this bug.

$ sudo nft add table x
$ sudo nft add set x s {type ipv4_addr\; size 2\;}
$ sudo nft add element x s {1.1.1.1}
$ sudo nft add element x s {1.1.1.2}
$ sudo nft flush set x s
$ sudo nft add element x s {1.1.1.1}

<cmdline>:1:1-26: Error: Could not process rule: Too many open files in system
add element x s {1.1.1.1}
^^^^^^^^^^^^^^^^^^^^^^^^^^

The last commit in libnftnl repo is "7e549c5 examples: Remove the use of
nftnl_mnl_batch_put()"
The last commit in nftables repo is "3eb488 tests: py: Use stateless option on
tests"</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>