Skip to content

integration: Fix bad subnet declaration#3169

Merged
milas merged 1 commit into
docker:mainfrom
akerouanton:integration-fix-bad-subnet
Aug 21, 2023
Merged

integration: Fix bad subnet declaration#3169
milas merged 1 commit into
docker:mainfrom
akerouanton:integration-fix-bad-subnet

Conversation

@akerouanton

@akerouanton akerouanton commented Aug 18, 2023

Copy link
Copy Markdown
Member

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 akerouanton force-pushed the integration-fix-bad-subnet branch from 0a3b80f to aa793a0 Compare August 19, 2023 09:45
@akerouanton

Copy link
Copy Markdown
Member Author

@milas PTAL 🤗

@milas milas merged commit 3783253 into docker:main Aug 21, 2023
@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

2 participants