Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
Go to file
Alessandro Boch 1bf751ef93 Fix in bridge delete endpoint
- In DeleteEndpoint(), veth removal is a best effort,
  as it could have alreayd been removed by sandbox destroy.
  Therefore if veth is not found, cleanup defer function
  should not run.

Signed-off-by: Alessandro Boch <aboch@docker.com>
2015-08-06 17:04:38 -07:00
libnetwork Fix in bridge delete endpoint 2015-08-06 17:04:38 -07:00