net, x/net/route: 0:fe:8000::%lo0: bind: can't assign requested address on FreeBSD 11.2 or above #28826
Labels
Milestone
Comments
And the fix is here: https://go-review.googlesource.com/c/139577, already applied to both x/net and go repositories. |
Change https://golang.org/cl/170897 mentions this issue: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For the record; as described in freebsd/freebsd-src@027c7f4#diff-ad4e5b7f1449ea3fc87bc97280de145b, a longstanding issue for COMPAT_FREEBSD32 (386 emulation on amd64) in the network subsystem is fixed on FreeBSD 11.2 or above, and the interface and interface address identification API in the net package of the standard library is affected by the fix; the API is broken in 386 emulation on FreeBSD 11.2 or above.
The text was updated successfully, but these errors were encountered: