mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
![]() Currently the endpoint count is being decremented before the driver cleanup and more importantly before releasing the ip address. This is racy as it creates a time window where we already have decremented the endpoint count and so the network can be deleted now. But we haven't released the IP address yet and the pool is already gone. Although there is no harm done since the pool is already gone. it generates unnecessary error message about not able to release the address. Also if the driver cleanup fails we really should not decrement endpoint count. Signed-off-by: Jana Radhakrishnan <mrjana@docker.com> |
||
---|---|---|
libnetwork |