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

Merge branch 'ipv6' into dev #2646

Merged
merged 11 commits into from
Sep 22, 2020
Merged

Merge branch 'ipv6' into dev #2646

merged 11 commits into from
Sep 22, 2020

Conversation

fenxiong
Copy link
Contributor

Summary

Merge ipv6 feature branch to dev.

Implementation details

Merge branch: git merge no merge conflict;
Also update ecs-cni submodule switch from dev to master branch since changes have been merged to master (c35f0b4). Done by running git submodule update --init --recursive --remote and update commit sha used by unit test.

Testing

Rely on existing tests added in feature branch.

Description for the changelog

  • Feature - add IPv6 support for task networking.

Licensing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

fenxiong and others added 11 commits August 27, 2020 18:49

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Changes include:
1. api/eni: added helper function to retrieve ENI's ip addresses and subnet gateway addresses; added validation on subnet gateway ipv4 address to contain block size - we are already depending on the block size to be in the gateway addres, adding validation here allow later code to depend on this assumption;
2. api/task: added logic to enable ipv6 sysctl setting for the pause container when the task ENI contains ipv6 address. this is needed because docker turns on the disable ipv6 setting by deffault;
3. app: added task eni ipv6 capability for linux
4. ecscni: update cni plugin input format for ecs-eni and vpc-branch-eni plugin to match the format expected by plugin.
add IPv6SubnetCIDRBlock for awsvpc task in task metadata
Merge branch 'dev' into ipv6
@fenxiong fenxiong added this to the 1.45.0 milestone Sep 22, 2020
@fenxiong fenxiong requested a review from a team September 22, 2020 23:14
@fenxiong fenxiong merged commit c501145 into aws:dev Sep 22, 2020
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.

None yet

5 participants