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: IPv6 scoped address zone support to network facility API #5081

Closed
mikioh opened this issue Mar 19, 2013 · 2 comments
Closed

net: IPv6 scoped address zone support to network facility API #5081

mikioh opened this issue Mar 19, 2013 · 2 comments

Comments

@mikioh
Copy link
Contributor

mikioh commented Mar 19, 2013

Related issues: 4501, 4234

The package net contains some APIs that fetches the kernel state, specifically
network interfaces and its belongings for creating new connections. issue #4501,
4234 focus on transport API, Dial and Listen, but are not for under the hood API.

This issue holds that how could we support IPv6 scoped address zone support 
for such under the hood API, including whether it should be a part of net API.

API that would be affected:
type IPNet struct
method (*IPNet) String
type IPAddr struct
method (*IPAddr) String
func Interfaces
func InterfaceAddrs
method (*Interface) Addrs
method (*Interface) MulticastAddrs
@mikioh
Copy link
Contributor Author

mikioh commented Mar 25, 2013

Comment 1:

https://golang.org/cl/7938045/

@mikioh
Copy link
Contributor Author

mikioh commented May 22, 2013

Comment 2:

Status changed to Duplicate.

Merged into issue #5539.

This issue was closed.
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

2 participants