libnetwork/driverapi
Alessandro Boch 596122e05e Add ConnectivityScope capability for network drivers along with scope network option
- It specifies whether the network driver can
  provide containers connectivity across hosts.
- As of now, the data scope of the driver was
  being overloaded with this notion.
- The driver scope information is still valid
  and it defines whether the data allocation
  of the network resources can be done globally
  or only locally.
- With the scope network option, user can now
  force a network as swarm scoped
  regardless of the driver data scope.
- In case the network is configured as swarm scoped,
  and the network driver is multihost capable,
  a network DB instance will be launched for it.

Signed-off-by: Alessandro Boch <aboch@docker.com>
2017-05-12 17:16:34 -07:00
..
driverapi.go Add ConnectivityScope capability for network drivers along with scope network option 2017-05-12 17:16:34 -07:00
driverapi_test.go Remove unnecessary string formats 2016-11-22 09:29:53 +08:00
errors.go Provide interface to categorize errors 2015-05-20 22:29:29 -07:00
ipamdata.go Fix some typos. 2016-02-29 19:20:50 +08:00