Skip to content

Conversation

@robmry
Copy link
Contributor

@robmry robmry commented Nov 23, 2025

test_connect_with_ipv6_address creates a network with IPv6 IPAM, and checks it's possible to start a container with a configured IPv6 address ... but it doesn't enable IPv6 in the network.

The test passes because the daemon checks the configured IPv6 address is in a configured subnet - and it is, but the IPv6 subnet wasn't used. So, the IPv6 address isn't assigned to an interface in the container, it just appears in its config.

moby/moby#51577 updates the daemon to check the network is using a subnet containing the configured address - so this test will fail.

Signed-off-by: Rob Murray <rob.murray@docker.com>
@robmry robmry self-assigned this Nov 23, 2025
@robmry robmry marked this pull request as ready for review November 23, 2025 17:24
@akerouanton akerouanton merged commit 86744c7 into docker:main Nov 24, 2025
11 checks passed
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.

2 participants