<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 - extensions: libip6t_icmp6: unsupported ICMPv6 types"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1250">1250</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>extensions: libip6t_icmp6: unsupported ICMPv6 types
</td>
</tr>
<tr>
<th>Product</th>
<td>iptables
</td>
</tr>
<tr>
<th>Version</th>
<td>1.6.x
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86_64
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P5
</td>
</tr>
<tr>
<th>Component</th>
<td>ip6tables
</td>
</tr>
<tr>
<th>Assignee</th>
<td>netfilter-buglog@lists.netfilter.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>ao2@ao2.it
</td>
</tr></table>
<p>
<div>
<pre>Hi,
some ICMPv6 types are not supported.
$ sudo ip6tables -p ipv6-icmp -h
Valid ICMPv6 Types:
destination-unreachable
no-route
communication-prohibited
beyond-scope
address-unreachable
port-unreachable
failed-policy
reject-route
packet-too-big
time-exceeded (ttl-exceeded)
ttl-zero-during-transit
ttl-zero-during-reassembly
parameter-problem
bad-header
unknown-header-type
unknown-option
echo-request (ping)
echo-reply (pong)
router-solicitation
router-advertisement
neighbour-solicitation (neighbor-solicitation)
neighbour-advertisement (neighbor-advertisement)
redirect
The list is missing at least types 130, 131, and 132; possibly others.
Quoting the nftables man page:
...
+------------------------+-------+
|mld-listener-query | 130 |
+------------------------+-------+
|mld-listener-report | 131 |
+------------------------+-------+
|mld-listener-done | 132 |
+------------------------+-------+
...
It looks like it it still possible to match them using numbers, like:
-p ipv6-icmp --icmpv6-type 130
but it would be great if names could be used.
Thanks,
Antonio</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>