Bug 548396
Summary: | [RFE] support records with both IPv4 and IPv6 addresses | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Kamil Dudka <kdudka> |
Component: | c-ares | Assignee: | Tom "spot" Callaway <spotrh> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | daniel, jhrozek, kdudka |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 548269 | Environment: | |
Last Closed: | 2023-09-12 13:41:08 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Kamil Dudka
2009-12-17 10:50:44 UTC
I poked a bit around in the c-ares source for this. I think that since c-ares is producing a struct hostent, it will be limited to only a single protocol of results. There's only one h_addrtype field to represent the entire list of results, so it can't mix IPv4 and IPv6. Thus, I believe the API would have to change to support mixed protocols. The upstream for c-ares is pretty active, so they might be open to considering making an API change to support this functionality. Sure. Upstream is aware of the situation in Fedora. I've discussed the topic with Daniel Stenberg (already CC'd) and he has really no problem with accepting such a patch. I've experimentally built (lib)curl based on threaded DNS resolver in order to replace c-ares. We'll see if the approach fits well into Fedora. http://koji.fedoraproject.org/koji/buildinfo?buildID=168222 Starting by 7.20.1-1.fc13, libcurl no longer uses c-ares for name resolving. It means that up2date libcurl is no more affected by this bug. This package has changed maintainer in the Fedora. Reassigning to the new maintainer of this component. |