[Bug 1140] nft dump invalid (flow table)

bugzilla-daemon at netfilter.org bugzilla-daemon at netfilter.org
Wed May 31 18:59:48 CEST 2017


https://bugzilla.netfilter.org/show_bug.cgi?id=1140

--- Comment #1 from Andreas Fischer <netfilter at d9c.eu> ---
(In reply to Andreas Fischer from comment #0)
> 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
> 

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?

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20170531/e7db0df5/attachment.html>


More information about the netfilter-buglog mailing list