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

Fix IPv6 autoallocation from mac with --ipv6-cidr #11427

Merged
merged 1 commit into from
Mar 16, 2015
Merged

Fix IPv6 autoallocation from mac with --ipv6-cidr #11427

merged 1 commit into from
Mar 16, 2015

Conversation

LK4D4
Copy link
Contributor

@LK4D4 LK4D4 commented Mar 16, 2015

We used slice globalIPv6Network.IP itself, not its copy as expected.

Fixes #10774

We used slice globalIPv6Network.IP itself, not its copy as expected.

Fixes #10774

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
@estesp
Copy link
Contributor

estesp commented Mar 16, 2015

nice, LGTM

@jessfraz
Copy link
Contributor

lol windows succeeded but jenkins failed, and its unrelated so LGTM

jessfraz pushed a commit that referenced this pull request Mar 16, 2015
Fix IPv6 autoallocation from mac with --ipv6-cidr
@jessfraz jessfraz merged commit 213be9e into moby:master Mar 16, 2015
@LK4D4 LK4D4 deleted the fix_alloc_ip6 branch March 17, 2015 15:12
simonswine added a commit to simonswine/docker that referenced this pull request Mar 18, 2015
* fixes moby#10001
* test for global subnets <= 80
* test for global subnets > 80
* test link local allocations
* test duplicated addresses
* test regression from bug moby#11427

Signed-off-by: Christian Simon <simon@swine.de>
wlan0 pushed a commit to wlan0/docker that referenced this pull request Apr 2, 2015
* fixes moby#10001
* test for global subnets <= 80
* test for global subnets > 80
* test link local allocations
* test duplicated addresses
* test regression from bug moby#11427

Signed-off-by: Christian Simon <simon@swine.de>
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

Successfully merging this pull request may close these issues.

"ip already allocated" for IPv6 address
5 participants