mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-04-28 19:03:33 +00:00
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>