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

Add IPv6 support #31

Closed
5 tasks
eyakubovich opened this issue Jul 9, 2015 · 2 comments
Closed
5 tasks

Add IPv6 support #31

eyakubovich opened this issue Jul 9, 2015 · 2 comments

Comments

@eyakubovich
Copy link
Contributor

The spec does allow for IPv6 but the plugins only support IPv4 (with the exception of host-local).

Tracking:

@NeilW
Copy link
Contributor

NeilW commented Sep 7, 2015

I'm particularly interested in adding IPv6 support to macvlan since plugging the containers straight into the upstream ethernet network allows stateless address auto configuration to work - where a Host virtual machine is allocated a /64 on its network.

fnordahl added a commit to fnordahl/cni that referenced this issue May 30, 2016
The logic in the host-local IPAM plugin does support IPv6 allocation.
However, the result is given with types.IP4 regardless of IP address
type. This patch addresses this by checking for what IP version is
used before filling the result structure.

Fixes part of containernetworking#31
fnordahl added a commit to fnordahl/cni that referenced this issue May 30, 2016
fnordahl added a commit to fnordahl/cni that referenced this issue May 30, 2016
@bboreham
Copy link
Contributor

architkulkarni pushed a commit to architkulkarni/cni that referenced this issue Jul 12, 2024
…exit-error

Ignore "no such file or directory" error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants