<html>
    <head>
      <base href="https://bugzilla.netfilter.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:fw@strlen.de" title="Florian Westphal <fw@strlen.de>"> <span class="fn">Florian Westphal</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - with kernel 4.20.11 ip6table REDIRECT, process listening on redirected port does not get a packet"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1324">bug 1324</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>fw@strlen.de
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - with kernel 4.20.11 ip6table REDIRECT, process listening on redirected port does not get a packet"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1324#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - with kernel 4.20.11 ip6table REDIRECT, process listening on redirected port does not get a packet"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1324">bug 1324</a>
              from <span class="vcard"><a class="email" href="mailto:fw@strlen.de" title="Florian Westphal <fw@strlen.de>"> <span class="fn">Florian Westphal</span></a>
</span></b>
        <pre>This is most likely fixed by

commit 15df03c661cb362366ecfc3a21820cb934f3e4ca
netfilter: ipv6: Don't preserve original oif for loopback address

which was added to 4.20.13.
If that doesn't help, please provide a reproducer.
This works for me:
nc -6 -l -p 12344
ip6tables -t nat -A OUTPUT -p tcp --dport 12345 -j REDIRECT --to-ports 12344
nc -6 ::1 12345 # connects</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>