mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-08-28 13:25:44 +00:00
aeae6b501d
Currently we rely on watch to catchup after the init. But there could be a small time window on which, we might end up in a race condition on network creates. By reading and populating networks during init, we avoid any such conditions, especially for default network handling. Signed-off-by: Madhu Venugopal <madhu@docker.com>