mirror of
https://github.com/moby/moby.git
synced 2026-07-07 15:18:41 +00:00
- When a network is created with the null ipam driver, docker api server thread will deference a nil pointer on `docker network ls` and on `docker network inspect <nw>`. This because buildIpamResource() assumes a gateway address is always present, which is not correct. Signed-off-by: Alessandro Boch <aboch@tetrationanalytics.com>