From 862406c5e1f3a4e95cb680d22d1fd10d6d409862 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 29 Nov 2022 14:39:10 +0100 Subject: [PATCH] KNOWN_BUGS: remove "--interface for ipv6 binds to unusable IP address" Since years back the "if2ip" function verifies that it binds to a local IPv6 address that uses the same scope as the remote address. This is not a bug. Fixes #686 Closes #9998 --- docs/KNOWN_BUGS | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 3e16eaf50c..43f9172222 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -115,7 +115,6 @@ problems may have been fixed or changed somewhat since this was written. 12.4 LDAPS with NSS is slow 13. TCP/IP - 13.1 --interface for ipv6 binds to unusable IP address 13.2 Trying local ports fails on Windows 14. DICT @@ -829,14 +828,6 @@ problems may have been fixed or changed somewhat since this was written. 13. TCP/IP -13.1 --interface for ipv6 binds to unusable IP address - - Since IPv6 provides a lot of addresses with different scope, binding to an - IPv6 address needs to take the proper care so that it does not bind to a - locally scoped address as that is bound to fail. - - https://github.com/curl/curl/issues/686 - 13.2 Trying local ports fails on Windows This makes '--local-port [range]' to not work since curl can't properly