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

integration: Fix bad subnet declaration #3169

Merged
merged 1 commit into from
Aug 21, 2023

Conversation

akerouanton
Copy link
Member

@akerouanton akerouanton commented Aug 18, 2023

Some network integration tests are creating networks with subnet 2001:389::1/64. This is an invalid subnet as the host fragment is non-zero (ie. it should be 2001:389::/64).

PR moby/moby#45759 is adding strict validation of network configuration. Docker API will now return an error whenever a bad subnet is passed.

Some network integration tests are creating networks with subnet
`2001:389::1/64`. This is an invalid subnet as the host fragment is
non-zero (ie. it should be `2001:389::/64`).

PR moby/moby#45759 is adding strict validation of network configuration.
Docker API will now return an error whenever a bad subnet is passed.

Signed-off-by: Albin Kerouanton <albinker@gmail.com>
@akerouanton
Copy link
Member Author

@milas PTAL 🤗

@milas milas merged commit 3783253 into docker:main Aug 21, 2023
10 checks passed
@akerouanton akerouanton deleted the integration-fix-bad-subnet branch August 21, 2023 22:32
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

2 participants