Bug 6062 - uClibc does not implement RFC4007
Summary: uClibc does not implement RFC4007
Status: NEW
Alias: None
Product: uClibc
Classification: Unclassified
Component: Networking (show other bugs)
Version: unspecified
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-05 15:32 UTC by Markus Stenberg
Modified: 2015-04-16 08:55 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Stenberg 2013-03-05 15:32:15 UTC
When dealing with IPv6 uni/multicast linklocal addresses, they should be shown as
<addr>%<zone>, e.g.

fe80::dead:beef%en0

resolv.c does seem to have some preliminary code to support it in getnameinfo (unknown if it works in the other direction, but probably not), but it has been #if 0'd out since 2001.
Comment 1 Bernhard Reutner-Fischer 2014-04-01 15:09:38 UTC
Moving from uClibc++ to uClibc.