1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/libnetwork/osl
Alessandro Boch 83f1107e59 Delete the interface on endpoint delete in overlay
- Attempt the veth delete only after both ends
  are moved into the default network namespace.
  Which is after both driver.Leave() and
  sandbox.clearNetworkResources() are called.

Signed-off-by: Alessandro Boch <aboch@docker.com>
2016-01-29 16:04:14 -08:00
..
interface_freebsd.go
interface_linux.go Delete the interface on endpoint delete in overlay 2016-01-29 16:04:14 -08:00
interface_windows.go
namespace_linux.go
namespace_unsupported.go
namespace_windows.go
neigh_freebsd.go
neigh_linux.go
neigh_windows.go
options_linux.go
route_linux.go
sandbox.go
sandbox_freebsd.go
sandbox_linux_test.go
sandbox_test.go
sandbox_unsupported.go
sandbox_unsupported_test.go