ipv6 link local address lookup broken
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
glibc (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
glibc 2.9 correctly handles lookup of IPV4 and IPV6 addresses in a mixed IPV4/IPV6 environment, see comments in the debian bug report: http://
However Ubuntu still applies a hack glibc-2.
This causes problems. For example we use a mixture of link local IPV6 for local devices, while only using IPV4 for our network gateway.
With the above hack applied nc6, for example, can not communicate with link local IPV6 devices. (See also http://
It appears that the correct fix is to just remove the local-ipv6-
For those interested, for testing purposes on Jaunty, I've a glibc update in my PPA that just has that patch removed: /launchpad. net/~ttx/ +archive/ ppa
https:/
This was done as part of investigating if this patch over 2.9 would not explain multiple reports of _nss_*_ gethostbyname2_ r() SIGSEGVs in Jaunty/Karmic.