Bug 6062

Summary: uClibc does not implement RFC4007
Product: uClibc Reporter: Markus Stenberg <markus.stenberg>
Component: NetworkingAssignee: unassigned
Status: NEW ---    
Severity: normal CC: buildroot, uclibc-cvs
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

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.