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

No possibility to create an IPv6 only network #1192

Closed
narqo opened this issue May 25, 2016 · 2 comments
Closed

No possibility to create an IPv6 only network #1192

narqo opened this issue May 25, 2016 · 2 comments

Comments

@narqo
Copy link

narqo commented May 25, 2016

Hey, docker maintainers!

Currently NetworkController do subnet params normalisation, through the network.ipamAllocate() that always add predefined default IPv4 addresses with ipam.Allocator. This leads to inability to have an IPv6-only network even with drivers that (theoretically) might work without IPv4 address (e.g. macvlan from docker experimental).

Are there any reasons to do it in controller and not in the particular driver (taking into account that currently allocation is skipped for host and null drivers, using if n.Type() == "host" || n.Type() == "null").

@tgraf
Copy link
Contributor

tgraf commented May 31, 2016

Related: #826

@GordonTheTurtle
Copy link

@narqo It has been detected that this issue has not received any activity in over 6 months. Can you please let us know if it is still relevant:

  • For a bug: do you still experience the issue with the latest version?
  • For a feature request: was your request appropriately answered in a later version?

Thank you!
This issue will be automatically closed in 1 week unless it is commented on.
For more information please refer to #1926

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants