<html>
    <head>
      <base href="https://bugzilla.netfilter.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - nft dump invalid (flow table)"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1140#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - nft dump invalid (flow table)"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1140">bug 1140</a>
              from <span class="vcard"><a class="email" href="mailto:netfilter@d9c.eu" title="Andreas Fischer <netfilter@d9c.eu>"> <span class="fn">Andreas Fischer</span></a>
</span></b>
        <pre>(In reply to Andreas Fischer from <a href="show_bug.cgi?id=1140#c0">comment #0</a>)
<span class="quote">> Hi, 

> test.nft:
> #!/usr/bin/nft -f
> flush ruleset

> table inet filter {
>   chain input {
>     type filter hook input priority 0;
>     ip protocol icmp flow table i4 { icmp type counter } accept
>   }
> }
> eof
> </span >

After updating from kernel 4.10 to 4.11, this ruleset is now completly broken:

/etc/nftables.nft:2:1-2: Error: Could not process rule: Operation not supported
table inet filter {
^^


Should i open another bug for this?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>