diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-04-25 11:20:23 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-04-25 11:20:23 +0200 |
commit | 27a6393cee43f8a98eab73be39e89628b8723f9a (patch) | |
tree | 722e9971c02a49bb38f503d05a4ca4cf26a39187 /docs | |
parent | 7215a81327339f642ce784c34ed89f4e607b99b2 (diff) |
KNOWN_BUGS: --interface for ipv6 binds to unusable IP address
Closes #686 for now.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/KNOWN_BUGS | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 0a6dda270..31b4a6ef6 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -79,6 +79,10 @@ problems may have been fixed or changed somewhat since this was written! 12. LDAP and OpenLDAP 12.1 OpenLDAP hangs after returning results + 13 TCP/IP + 13.1 --interface for ipv6 binds to unusable IP address + + ============================================================================== 1. HTTP @@ -455,3 +459,14 @@ problems may have been fixed or changed somewhat since this was written! See https://github.com/curl/curl/issues/622 and https://curl.haxx.se/mail/lib-2016-01/0101.html + + +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 doesn't bind to a + locally scoped address as that is bound to fail. + + https://github.com/curl/curl/issues/686 |