Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net: TestIPv6LinkLocalUnicastUDP fails under DragonFly BSD #7473

Closed
4a6f656c opened this issue Mar 5, 2014 · 3 comments
Closed

net: TestIPv6LinkLocalUnicastUDP fails under DragonFly BSD #7473

4a6f656c opened this issue Mar 5, 2014 · 3 comments
Milestone

Comments

@4a6f656c
Copy link
Contributor

4a6f656c commented Mar 5, 2014

The "udp" to IPv6 unicast address on the loopback interface test currently
fails under DragonFly BSD, since it returns a local address of 0.0.0.1, rather than an
IPv6 address with zone identifier:

--- FAIL: TestIPv6LinkLocalUnicastUDP (0.00 seconds)
udp_test.go:235: got 0.0.0.1:1221; expected a proper address with
        zone identifier

This requires further investigation, however is likely a DragonFly bug/behaviour.
@4a6f656c
Copy link
Contributor Author

4a6f656c commented Mar 5, 2014

Comment 1:

This issue was updated by revision 18019df.

LGTM=mikioh.mikioh
R=golang-codereviews, mikioh.mikioh
CC=golang-codereviews
https://golang.org/cl/71500044

@mikioh
Copy link
Contributor

mikioh commented Mar 6, 2014

Comment 2:

Labels changed: added repo-main, release-none.

@mikioh
Copy link
Contributor

mikioh commented May 9, 2015

Merged into #10764.

@mikioh mikioh closed this as completed May 9, 2015
@mikioh mikioh modified the milestones: Go1.5, Unplanned May 23, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants