|
|
cURL Mailing List Monthly Index Single Mail
curl-tracker mailing list Archives
[ curl-Bugs-1371118 ] IPv6 RFC 2732 addrs are not fully supported
From: SourceForge.net <noreply_at_sourceforge.net>
Date: Tue, 08 Dec 2009 02:15:52 +0000
Bugs item #1371118, was opened at 2005-12-01 10:50
Please note that this message will contain a full copy of the comment thread,
Initial Comment:
Also, it seems zone IDs are not properly parsed..
Bad zone parsing:
curl -x 'http://[fe80::2e0:81ff:fe28:d04c%eth2]:8080/'
No 2732 parsing on addreses:
curl -6 'http://[fe80::2e0:81ff:fe28:d04c]:8080/'
curl -V
It doesn't seem clear what the correct format is for a
----------------------------------------------------------------------
Comment By: Godmar Back (gback)
Message:
The documentation states (http://curl.linux-mirror.org/docs/manual.html )
Link local and site local addresses including a scope identifier, such as
However, this doesn't appear to work:
$ curl -g 'http://[fe80::215:c5ff:fef0:5af8%252]:9011/'
That's what should work based on the documentation.
$ curl -g 'http://[fe80::215:c5ff:fef0:5af8%2]:9011/'
By comparison, 'ssh fe80::215:c5ff:fef0:5af8%2' and 'ssh
Can you clarify why this has remained a 'known bug' for so long - it makes
Thanks.
----------------------------------------------------------------------
Comment By: Daniel Stenberg (bagder)
Message:
Added to the KNOWN_BUGS document
----------------------------------------------------------------------
Comment By: Daniel Stenberg (bagder)
Message:
Ok, I consider this a low priority issue. If it bothers
If not, I'll just add this to the known bugs document in a
----------------------------------------------------------------------
Comment By: Dan Fandrich (dfandrich)
Message:
I ran across this Internet-Draft that discusses the issue:
----------------------------------------------------------------------
Comment By: Dan Fandrich (dfandrich)
Message:
Sorry, missed your response about -g. That means that you
----------------------------------------------------------------------
Comment By: Daniel Stenberg (bagder)
Message:
Yes, it fails with IPv6 numericals if -g isn't used.
----------------------------------------------------------------------
Comment By: Dan Fandrich (dfandrich)
Message:
Note the second part of the bug report: curl doesn't seem to
----------------------------------------------------------------------
Comment By: Daniel Stenberg (bagder)
Message:
Where is that "%eth2" thing defined?
It is not mentioned in RFC2732 (AFAICS) and not in RFC2373
So, I would say that it seems curl _is_ RFC2732 compliant
----------------------------------------------------------------------
Comment By: Daniel Stenberg (bagder)
Message:
The second case works if you disable "globbing" with -g.
----------------------------------------------------------------------
You can respond by visiting:
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info