<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 - Accepting in an nfqueue breaks multi-chain processing"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1322">1322</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Accepting in an nfqueue breaks multi-chain processing
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>unspecified
          </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>kernel
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>pablo@netfilter.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>niconorsk@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=553" name="attach_553" title="Packet trace examples">attachment 553</a> <a href="attachment.cgi?id=553&action=edit" title="Packet trace examples">[details]</a></span>
Packet trace examples

I am trying to make NAT decisions in an nfqueue, but given this is not
supported as a verdict in queues, what I am doing is this:
- Accept and set a packet mark in the nfqueue
- In a lower priority base chain, apply the dnat rule if the packet has the
apprpriate mark

Thing is the marked packet from the nfqueue never hits the second base chain.

If I accept with a simple rule, I can see it hit the next base chain as
expected

Oddly I have done something similar in inet filter forward chains and there it
works just fine.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>