moby--moby/libnetwork/drivers/overlay
David Calavera cc02894a50 Move test specific functions to a testutils package.
This way we won't vendor test related functions in docker anymore.
It also moves netns related functions to a new ns package to be able to
call the ns init function in tests. I think this also helps with the
overall package isolation.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2015-09-07 13:33:28 -04:00
..
joinleave.go For the endpoints on overlay network set the MTU to 1450 to avoid fragmentation when the vxlan header gets added 2015-09-02 09:58:36 -07:00
ov_endpoint.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
ov_network.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
ov_serf.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
ov_utils.go Explicitly set namespace for all network operations 2015-09-01 14:00:58 -07:00
overlay.go For the endpoints on overlay network set the MTU to 1450 to avoid fragmentation when the vxlan header gets added 2015-09-02 09:58:36 -07:00
overlay_test.go Move test specific functions to a testutils package. 2015-09-07 13:33:28 -04:00
peerdb.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00