moby--moby/api/server
Alessandro Boch beebfc0cf6 Fix api server null pointer def on inspect/ls null ipam-driver networks
- 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>
2017-08-03 13:35:58 -07:00
..
backend/build return prune data when context canceled 2017-07-10 10:06:24 +08:00
httputils Update logrus to v1.0.1 2017-07-31 13:16:46 -07:00
middleware Update logrus to v1.0.1 2017-07-31 13:16:46 -07:00
router Fix api server null pointer def on inspect/ls null ipam-driver networks 2017-08-03 13:35:58 -07:00
middleware.go Update logrus to v1.0.1 2017-07-31 13:16:46 -07:00
router_swapper.go
server.go Update logrus to v1.0.1 2017-07-31 13:16:46 -07:00
server_test.go