-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Comments
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
Fixes part of containernetworking#31
fnordahl
added a commit
to fnordahl/cni
that referenced
this issue
May 30, 2016
This was referenced May 30, 2016
|
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
The spec does allow for IPv6 but the plugins only support IPv4 (with the exception of host-local).
Tracking:
The text was updated successfully, but these errors were encountered: