net: Interface API for Go 1.5 through Go 1.5.2 is broken on Windows #13544
Labels
Milestone
Comments
CL https://golang.org/cl/17412 mentions this issue. |
CL https://golang.org/cl/17992 mentions this issue. |
mikioh
pushed a commit
that referenced
this issue
Dec 19, 2015
In general the package net deals IPv4 addresses as IPv6 IPv4-mapped addresses internally for the dual stack era, when we need to support various techniques on IPv4/IPv6 translation. This change makes windows implementation follow the same pattern which BSD variants and Linux do. Updates #13544. Also fixes an unintentionally formatted line by accident by gofmt. Change-Id: I4953796e751fd8050c73094468a0d7b0d33f5516 Reviewed-on: https://go-review.googlesource.com/17992 Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is a meta bug for keeping tracking of the series of network interface API bugs.
The text was updated successfully, but these errors were encountered: