-
Notifications
You must be signed in to change notification settings - Fork 18k
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
x/net/ipv6: build fails on linux #6164
Labels
Comments
Labels changed: added priority-soon, removed priority-triage, go1.2maybe. Owner changed to @mikioh. Status changed to Accepted. |
https://code.google.com/p/go/source/browse/ipv6/control.go?repo=net#21 That's fortunate go.net/ipv6 runs w/ Go 1.1, because Go 1.1 contains RFC 2292 knobs in package syscall. That's unfortunate other platforms will never run w/ Go 1.1, but they can use RFC 3542 features instead. Sorry about all of this lazy transitions because it comes from my laziness; In Go 1.0, embedded RFC 3493 knobs to syscall, In Go 1.1, added scoped-addressing zone support and RFC 2292 knobs, In Go 1.2, added RFC 3542 knobs and published go.net/ipv6 package. It took a bit loooooonnng time I expected, but that's the way of the world. |
Status changed to Duplicate. Merged into issue #6548. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: