<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 - Long type concatenations in sets are not reflected by the output of list ruleset"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1509">1509</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Long type concatenations in sets are not reflected by the output of list ruleset
          </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>All
          </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>kfm@plushkava.net
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=625" name="attach_625" title="nft-set-long-type-bug script (bash)">attachment 625</a> <a href="attachment.cgi?id=625&action=edit" title="nft-set-long-type-bug script (bash)">[details]</a></span>
nft-set-long-type-bug script (bash)

The attached script produces the following output for the system on which I am
testing.

1: ipv4_addr
2: ipv4_addr . ipv4_addr
3: ipv4_addr . ipv4_addr . ipv4_addr
4: ipv4_addr . ipv4_addr . ipv4_addr . ipv4_addr
5: ipv4_addr . ipv4_addr . ipv4_addr . ipv4_addr . ipv4_addr
6: bitmask . ipv4_addr . ipv4_addr . ipv4_addr . ipv4_addr . ipv4_addr
7: bitmask . ipv4_addr . ipv4_addr . ipv4_addr . ipv4_addr . ipv4_addr

For each iteration, nft accepts its input without complaint. However, the
output of "list ruleset" ceased to match the input after the 5th iteration.
After the 6th iteration, the output doesn't appear to change at all.

This particular test was conducted using nftables-0.9.8, libnftnl-1.1.9 and a
5.10.4 kernel.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>