Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
integration: Fix bad subnet declaration
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>
- Loading branch information