mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-05-14 10:33:46 +00:00
Calling GC() without ever creating a network namespace (sandbox on Linux) will hang as the GC loop is not running (and therefore the channel is not being listened to). Tested via Docker that this corrects a daemon shutdown error if the daemon is started and stopped without any containers or networks being created while the daemon is up. Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>