<html>
<head>
<base href="https://bugzilla.netfilter.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:arturo.borrero.glez@gmail.com" title="Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>"> <span class="fn">Arturo Borrero Gonzalez</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - inet-service vs icmp conflict"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1073">bug 1073</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>arturo.borrero.glez@gmail.com
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - inet-service vs icmp conflict"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1073#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - inet-service vs icmp conflict"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1073">bug 1073</a>
from <span class="vcard"><a class="email" href="mailto:arturo.borrero.glez@gmail.com" title="Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>"> <span class="fn">Arturo Borrero Gonzalez</span></a>
</span></b>
<pre>The bug is present in even a more obvious way:
% nft add rule inet t c ip6 nexthdr icmpv6 icmpv6 type nd-neighbor-solicit
--debug=netlink
inet t c
[ meta load nfproto => reg 1 ]
[ cmp eq reg 1 0x0000000a ]
[ payload load 1b @ network header + 6 => reg 1 ]
[ cmp eq reg 1 0x0000003a ]
[ payload load 1b @ transport header + 0 => reg 1 ]
[ cmp eq reg 1 0x00000087 ]
However:
% nft list ruleset --debug=netlink
inet t c 14
[ meta load nfproto => reg 1 ]
[ cmp eq reg 1 0x0000000a ]
[ payload load 1b @ network header + 6 => reg 1 ]
[ cmp eq reg 1 0x0000003a ]
[ payload load 1b @ transport header + 0 => reg 1 ]
[ cmp eq reg 1 0x00000087 ]
table inet t {
chain c {
icmpv6 type nd-neighbor-solicit
}
}
% nft add rule inet t c icmpv6 type nd-neighbor-solicit
<cmdline>:1:19-29: Error: conflicting protocols specified: inet-service vs.
icmpv6
add rule inet t c icmpv6 type nd-neighbor-solicit
^^^^^^^^^^^
The rule produced by listing can't be added again</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>