1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/libnetwork/drivers/overlay
Alessandro Boch dbf16c8302 Fix veth leak in overlay driver
- Because of the lazy logic in Leave(), the overlay
  veth end is not moved from the sandbox to the host
  network namspace until the last endpoint leaves.
  We cannot rely on this logic to clear the veth pairs,
  because on last endpoint leave we have no reference to
  the other N-1 veth names.

- The fix is to delete the container veth end on endpoint delete.
  This anyways deletes both veth ends, regardless they are in different
  namespaces.

Signed-off-by: Alessandro Boch <aboch@docker.com>
2016-03-07 15:17:22 -08:00
..
filter.go Fix some typos in comments and strings 2016-03-01 16:45:14 +01:00
joinleave.go Fix veth leak in overlay driver 2016-03-07 15:17:22 -08:00
ov_endpoint.go Delete the interface on endpoint delete in overlay 2016-01-29 16:04:14 -08:00
ov_network.go Move exposed ports from Endpoint to Sandbox 2016-03-06 09:31:26 -08:00
ov_serf.go Do not attempt serf query when not initialized 2015-12-03 10:21:43 -08:00
ov_utils.go Check existence of network chain before creating 2015-12-22 11:22:03 -08:00
overlay.go Handle datastore update in Ipam and overlay drivers 2016-02-16 13:49:49 -08:00
overlay_test.go Handle datastore update in Ipam and overlay drivers 2016-02-16 13:49:49 -08:00
peerdb.go Fix mutex copy 2015-12-07 14:20:13 -08:00