Signed-off-by: Victor Vieux <vieux@docker.com>
(cherry picked from commit f6fbe58fbee9d619de079b3f1cdf995b202260c1)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -241,6 +241,9 @@ To resolve this: |
| 241 | 241 |
After making those changes, run `sudo systemctl daemon-reload`, and `sudo |
| 242 | 242 |
systemctl restart docker` to reload changes and (re)start the docker daemon. |
| 243 | 243 |
|
| 244 |
+### Networking |
|
| 245 |
+ |
|
| 246 |
+- Fix panic in docker network ls when a network was created with `--ipv6` and no ipv6 `--subnet` in older docker versions [#29416](https://github.com/docker/docker/pull/29416) |
|
| 244 | 247 |
|
| 245 | 248 |
### Contrib |
| 246 | 249 |
|