The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
Find a file
Madhu Venugopal 315004b575 Cache scope in network object
Its safe to cache the scope value in network object and can be reused
for cleanup operations. The current implementation assume the presence
of driver during cleanup operation. Since a remote driver may not be
present, we should not fail such cleanup operations. Hence make use of
the scope variable from network object.

Signed-off-by: Madhu Venugopal <madhu@docker.com>
2016-01-18 17:54:29 -08:00
libnetwork Cache scope in network object 2016-01-18 17:54:29 -08:00