<html>
    <head>
      <base href="https://bugzilla.netfilter.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:evil.function@proton.me" title="Eric Fahlgren <evil.function@proton.me>"> <span class="fn">Eric Fahlgren</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - nft does not handle IPv6 addresses with embedded IPv4 addresses"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1730">bug 1730</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>evil.function@proton.me
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - nft does not handle IPv6 addresses with embedded IPv4 addresses"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1730#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - nft does not handle IPv6 addresses with embedded IPv4 addresses"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1730">bug 1730</a>
              from <span class="vcard"><a class="email" href="mailto:evil.function@proton.me" title="Eric Fahlgren <evil.function@proton.me>"> <span class="fn">Eric Fahlgren</span></a>
</span></b>
        <pre>Playing with this, I found that IPv4-mapped unicast addresses work as expected.
 This particular address format is somehow getting past the parser, so it must
be seeing some special casing somewhere.

(I'm also running v1.0.9.)

$ nft insert rule ip6 test6 test6 ip6 saddr ::ffff:10.0.0.1 log

$ nft list table ip6 test6
table ip6 test6 {
        chain test6 {
                type filter hook prerouting priority filter; policy accept;
                ip6 saddr ::ffff:10.0.0.1 log
        }
}</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>