mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-08-28 21:35:53 +00:00
0eb9387480
- 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>