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

x/net/ipv6: IPv6 facility manipulation API #5538

Closed
mikioh opened this issue May 22, 2013 · 7 comments
Closed

x/net/ipv6: IPv6 facility manipulation API #5538

mikioh opened this issue May 22, 2013 · 7 comments

Comments

@mikioh
Copy link
Contributor

mikioh commented May 22, 2013

Motivation: It would be nice to have the package that allow manipulation of IPv6
facilities. Almost all use cases would be creating applications that implement routing
or signaling protocols for supporting routed protocol applications such as HTTP server.

API: The same as go.net/ipv4 API, providing a few types Conn and PacketConn which wrap
net.Conn and implement methods talking to the protocol stack inside the kernel and
talking to the on-link, off-link neighbors.
@mikioh
Copy link
Contributor Author

mikioh commented May 22, 2013

Comment 1:

Owner changed to @mikioh.

@mikioh
Copy link
Contributor Author

mikioh commented May 23, 2013

Comment 2:

This issue was updated by revision adbe59e.

R=golang-dev, dave, iant
CC=golang-dev
https://golang.org/cl/9373046

@mikioh
Copy link
Contributor Author

mikioh commented May 29, 2013

Comment 3:

https://golang.org/cl/9843044/

Status changed to Started.

@mikioh
Copy link
Contributor Author

mikioh commented Jun 4, 2013

Comment 4:

This issue was closed by revision golang/net@cdfc4ce.

Status changed to Fixed.

@mikioh
Copy link
Contributor Author

mikioh commented Jun 15, 2013

Comment 5:

This issue was updated by revision golang/net@2c08452.

R=dave, r
CC=golang-dev
https://golang.org/cl/10089046

@mikioh
Copy link
Contributor Author

mikioh commented Jun 15, 2013

Comment 6:

This issue was updated by revision golang/net@efd3170.

R=dave
CC=golang-dev
https://golang.org/cl/10044047

@mikioh
Copy link
Contributor Author

mikioh commented Jun 15, 2013

Comment 7:

This issue was updated by revision golang/net@2a7369b.

R=dave
CC=golang-dev
https://golang.org/cl/9834046

@mikioh mikioh added repo-net and removed repo-net labels Dec 23, 2014
@mikioh mikioh changed the title go.net/ipv6: IPv6 facility manipulation API ipv6: IPv6 facility manipulation API Jan 4, 2015
@mikioh mikioh changed the title ipv6: IPv6 facility manipulation API x/net/ipv6: IPv6 facility manipulation API Jul 20, 2015
@golang golang locked and limited conversation to collaborators Jul 20, 2016
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