Bug 29974 - Add RFC 4443 ICMPv6 Destination Unreachable codes
Summary: Add RFC 4443 ICMPv6 Destination Unreachable codes
Status: UNCONFIRMED
Alias: None
Product: glibc
Classification: Unclassified
Component: network (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-09 09:32 UTC by Simon Josefsson
Modified: 2024-01-13 21:43 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments
inet: Add ICMPv6 Destination Unreachable codes from RFC 4443 (679 bytes, patch)
2023-01-09 09:34 UTC, Simon Josefsson
Details | Diff
Add ICMPv6 Destination Unreachable codes from RFC 4443 (693 bytes, patch)
2024-01-13 21:43 UTC, Simon Josefsson
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Josefsson 2023-01-09 09:32:23 UTC
Hi.  RFC 4443 specify two new destination unreachable codes for ICMPv6, it would be nice of glibc supported them natively, and also used the same keywords that we used in GNU InetUtils for ping6:

https://lists.gnu.org/archive/html/bug-inetutils/2023-01/msg00000.html

I'm attaching a patch to add them, for your consideration.

/Simon
Comment 1 Simon Josefsson 2023-01-09 09:34:07 UTC
Created attachment 14565 [details]
inet: Add ICMPv6 Destination Unreachable codes from RFC 4443
Comment 2 Simon Josefsson 2024-01-13 21:43:22 UTC
Created attachment 15300 [details]
Add ICMPv6 Destination Unreachable codes from RFC 4443

Hi.  I am attaching a revised version of the patch.

See also: https://sourceware.org/pipermail/libc-alpha/2024-January/154040.html

/Simon