<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 - nft list ruleset does not list symhash after tproxy target"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1721">1721</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>nft list ruleset does not list symhash after tproxy target
          </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>All
          </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>mydexterid@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Hi!

I've just compiled nft from source (to check whether this has been already
fixed), and with current master (65d94af52f11a2c5a44d5ae8aa3891ccb648c666) this
is still an issue.

Adding a rule like this:
nft add rule inet vela whatever ct mark and 3221291007 == 3221250109 meta
nfproto ipv4 meta l4proto tcp counter tproxy ip to 127.0.0.1 : symhash mod 1
map { 0 : 36993, } comment "blabla"

then listing it with nft list ruleset, only shows up until the symhash part:
nft list ruleset
chain whatever {
        ct mark & 0xc000ffff == 0xc000603d meta nfproto ipv4 meta l4proto tcp
counter packets 0 bytes 0 tproxy ip to 127.0.0.1 comment "blabla"
    }</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>