From 6654e770cef13a0ae98ac0d74ad8cdeba10c7d48 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 8 Jul 2025 12:47:58 +0200 Subject: [PATCH] KNOWN_BUGS: 10.2 Does not acknowledge getaddrinfo sorting policy Closes #16718 Closes #17861 --- docs/KNOWN_BUGS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 34b4aeb5f8..62e9eafd15 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -68,6 +68,7 @@ problems may have been fixed or changed somewhat since this was written. 10. Connection 10.1 --interface with link-scoped IPv6 address + 10.2 Does not acknowledge getaddrinfo sorting policy 11. Internals 11.1 gssapi library name + version is missing in curl_version_info() @@ -451,6 +452,13 @@ problems may have been fixed or changed somewhat since this was written. https://github.com/curl/curl/issues/14782 +10.2 Does not acknowledge getaddrinfo sorting policy + + Even if a user edits /etc/gai.conf to prefer IPv4, curl still prefers and + tries IPv6 adresses first. + + https://github.com/curl/curl/issues/16718 + 11. Internals 11.1 gssapi library name + version is missing in curl_version_info()