moby--moby/integration/network
selansen f7ad95cab9 Global Default Address Pool feature support
This feature allows user to specify list of subnets for global
default address pool. User can configure subnet list using
'swarm init' command. Daemon passes the information to swarmkit.
We validate the information in swarmkit, then store it in cluster
object. when IPAM init is called, we pass subnet list to IPAM driver.

Signed-off-by: selansen <elango.siva@docker.com>
2018-08-20 15:07:08 -04:00
..
ipvlan refactor ipvlan network integration tests to use network.Create 2018-06-16 05:11:35 -04:00
macvlan refactored remaining macvlan integration tests to use network package for creating networks 2018-06-20 17:09:26 -04:00
delete_test.go migrate TestAPINetworkCreateDelete from integration-cli/ to integration/ 2018-06-15 16:06:45 -04:00
helpers.go fixed the race condition in the integration test TestRunContainerWithBridgeNone 2018-07-11 10:37:00 -04:00
inspect_test.go refactor network inspect integration tests to use network package 2018-06-21 09:44:52 -04:00
main_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
network_test.go fixed the race condition in the integration test TestRunContainerWithBridgeNone 2018-07-11 10:37:00 -04:00
service_test.go Global Default Address Pool feature support 2018-08-20 15:07:08 -04:00