<html>
<head>
<base href="https://bugzilla.netfilter.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><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">1140</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>nft dump invalid (flow table)
</td>
</tr>
<tr>
<th>Product</th>
<td>nftables
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86_64
</td>
</tr>
<tr>
<th>OS</th>
<td>other
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>major
</td>
</tr>
<tr>
<th>Priority</th>
<td>P5
</td>
</tr>
<tr>
<th>Component</th>
<td>nft
</td>
</tr>
<tr>
<th>Assignee</th>
<td>pablo@netfilter.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>netfilter@d9c.eu
</td>
</tr></table>
<p>
<div>
<pre>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
ip6 nexthdr icmpv6 flow table i6 { icmpv6 type counter } accept
}
}
eof
nft -f test.nft
nft list ruleset > test1.nft
nft flush ruleset
nft -f test1.nft
test1.nft:4:33-41: Error: conflicting protocols specified: inet-service vs.
icmp
flow table i4 { icmp type counter packets 0 bytes 0} accept
^^^^^^^^^
test1.nft:
table inet filter {
chain input {
type filter hook input priority 0; policy accept;
flow table i4 { icmp type counter packets 0 bytes 0} accept
flow table i6 { icmpv6 type counter packets 0 bytes 0} accept
}
}
I am using nftables v0.7 on ArchLinux x64</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>