mirror of
https://github.com/curl/curl.git
synced 2025-09-11 06:32:41 +03:00
KNOWN_BUGS: --interface with link-scoped IPv6 address
Reported-by: Aaron Deadman Closes #14782 Closes #16295
This commit is contained in:
parent
81d253365c
commit
383c030d52
|
@ -67,7 +67,8 @@ problems may have been fixed or changed somewhat since this was written.
|
||||||
9.4 libssh blocking and infinite loop problem
|
9.4 libssh blocking and infinite loop problem
|
||||||
9.5 Cygwin: "WARNING: UNPROTECTED PRIVATE KEY FILE!"
|
9.5 Cygwin: "WARNING: UNPROTECTED PRIVATE KEY FILE!"
|
||||||
|
|
||||||
10. SOCKS
|
10. Connection
|
||||||
|
10.1 --interface with link-scoped IPv6 address
|
||||||
|
|
||||||
11. Internals
|
11. Internals
|
||||||
11.1 gssapi library name + version is missing in curl_version_info()
|
11.1 gssapi library name + version is missing in curl_version_info()
|
||||||
|
@ -436,7 +437,23 @@ problems may have been fixed or changed somewhat since this was written.
|
||||||
|
|
||||||
https://github.com/curl/curl/issues/11244
|
https://github.com/curl/curl/issues/11244
|
||||||
|
|
||||||
10. SOCKS
|
10. Connection
|
||||||
|
|
||||||
|
10.1 --interface with link-scoped IPv6 address
|
||||||
|
|
||||||
|
When you give the `--interface` option telling curl to use a specific
|
||||||
|
interface for its outgoing traffic in combination with a IPv6 address in the
|
||||||
|
URL that uses a link-local scope, curl might pick the wrong address from the
|
||||||
|
named interface and the subsequent transfer fails.
|
||||||
|
|
||||||
|
Example command line:
|
||||||
|
|
||||||
|
curl --interface eth0 'http://[fe80:928d:xxff:fexx:xxxx]/'
|
||||||
|
|
||||||
|
The fact that the given IP address is link-scoped should probably be used as
|
||||||
|
input to somehow make curl make a better choice for this.
|
||||||
|
|
||||||
|
https://github.com/curl/curl/issues/14782
|
||||||
|
|
||||||
11. Internals
|
11. Internals
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user