Skip to content
Snippets Groups Projects
Commit 387d971f authored by Michael Tüxen's avatar Michael Tüxen
Browse files

Remove a wrong ICMPv6 entry.

Sponsored by:	Netflix
parent 8cb8f128
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,6 @@ struct icmp_type_info icmpv4_types[] = {
/* Values for the 'code' byte of an ICMPV6_DEST_UNREACH header (RFC 2463). */
struct icmp_code_info icmpv6_unreachable_codes[] = {
{ ICMP_NET_UNREACH, "net_unreachable" },
{ ICMPV6_NOROUTE, "no_route" },
{ ICMPV6_ADM_PROHIBITED, "admin_prohibited" },
{ ICMPV6_NOT_NEIGHBOUR, "not_neighbour" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment