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/windows/overlay
Alessandro Boch 254d082cc3 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
..
joinleave_windows.go swarm mode network inspect should provide cluser-wide task details 2017-03-10 19:12:00 -08:00
ov_endpoint_windows.go Clearing up windows overlay driver to just work in swarm mode 2017-02-08 11:49:44 -08:00
ov_network_windows.go swarm mode network inspect should provide cluser-wide task details 2017-03-10 19:12:00 -08:00
overlay.pb.go Windows overlay driver support 2016-11-03 16:50:04 -07:00
overlay.proto Windows overlay driver support 2016-11-03 16:50:04 -07:00
overlay_windows.go Add ConnectivityScope capability for network drivers along with scope network option 2017-05-12 17:16:34 -07:00
peerdb_windows.go Clearing up windows overlay driver to just work in swarm mode 2017-02-08 11:49:44 -08:00