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/ipvlan
Arko Dasgupta ddd22a8198 Support dockerd and system restarts for ipvlan and macvlan networks
This commit carries forward the work done in
https://github.com/docker/libnetwork/pull/2295
and fixes two things
1. Allows macvlan and ipvlan to be restored properly
after dockerd or the system is restarted
2. Makes sure the refcount for the configOnly network
is not incremented for the above case so this network
can be deleted after all the associated ConfigFrom networks
are deleted

Addresses: https://github.com/docker/libnetwork/issues/1743

Signed-off-by: Arko Dasgupta <arko.dasgupta@docker.com>
2019-07-15 15:37:21 -07:00
..
ivmanager
ipvlan.go
ipvlan_endpoint.go
ipvlan_joinleave.go
ipvlan_network.go Support dockerd and system restarts for ipvlan and macvlan networks 2019-07-15 15:37:21 -07:00
ipvlan_setup.go Support dockerd and system restarts for ipvlan and macvlan networks 2019-07-15 15:37:21 -07:00
ipvlan_setup_test.go
ipvlan_state.go
ipvlan_store.go Support dockerd and system restarts for ipvlan and macvlan networks 2019-07-15 15:37:21 -07:00
ipvlan_test.go