<html>
    <head>
      <base href="https://bugzilla.netfilter.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Concatenations Literal sets"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1371#c12">Comment # 12</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Concatenations Literal sets"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1371">bug 1371</a>
              from <span class="vcard"><a class="email" href="mailto:pablo@netfilter.org" title="Pablo Neira Ayuso <pablo@netfilter.org>"> <span class="fn">Pablo Neira Ayuso</span></a>
</span></b>
        <pre>(In reply to Thomas from <a href="show_bug.cgi?id=1371#c9">comment #9</a>)
<span class="quote">> Created <span class=""><a href="attachment.cgi?id=572" name="attach_572" title="Concatenation test rules">attachment 572</a> <a href="attachment.cgi?id=572&action=edit" title="Concatenation test rules">[details]</a></span>
> Concatenation test rules</span >

The examples you post in your file are imbalanced.

# This dosen't work #                                                           
nft add rule inet filter input iif eth0 ip6 saddr . ip6 saddr . ip6 daddr . ip6
nexthdr { 2001:4680:4680::8888, 2001:4680:4680:8844 . 1:2:3::4 . tcp,
2001:4680:4680::8888, 2001:4680:4680:8844 . 1:2:3::4 . udp } accept

Here above, you specify: 2001:4680:4680::8888 , 

so it reports an error:

Error: invalid data type, expected concatenation of (IPv6 address, IPv6
address, IPv6 address, Internet protocol)

This comma should be just a dot instead.

Similar comments go for other examples in this file.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>