1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/libnetwork/drivers
John Stephens 4fd54c2aea Do not fail with an empty transparent IPv4 address
When dockerd.exe is not stopped cleanly (such as when Windows is
restarted), the endpoints are not cleaned up. When using a transparent
network, the endpoint IPv4 address is blank. When dockerd.exe starts up
again, libnetwork restores the endpoint, which would not have been
stored on a clean shutdown of dockerd.exe. That fails because the IPv4
address is blank. This change warns instead of failing.

Signed-off-by: John Stephens <johnstep@docker.com>
2018-09-27 12:30:37 -07:00
..
bridge bridge: fix error handling for stale default gateways 2018-08-24 17:43:12 -07:00
host
ipvlan Fix typo: assigment -> assignment 2018-09-13 09:59:39 +08:00
macvlan Spelling fixes 2018-07-12 12:54:44 -07:00
null
overlay Create internal directory 2018-07-16 17:34:20 -07:00
remote Spelling fixes 2018-07-12 12:54:44 -07:00
windows Do not fail with an empty transparent IPv4 address 2018-09-27 12:30:37 -07:00