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
Jana Radhakrishnan a5bd12b963 Remove multiple interface in an endpoint
Currently the endpoint data model consists of multiple
interfaces per-endpoint. This seems to be an overkill
since there is no real use case for it. Removing it
to remove unnecessary complexity from the code.

Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
2015-09-11 09:19:01 -07:00
..
joinleave.go Remove multiple interface in an endpoint 2015-09-11 09:19:01 -07:00
ov_endpoint.go Remove multiple interface in an endpoint 2015-09-11 09:19:01 -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