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
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
..
ovmanager Add ConnectivityScope capability for network drivers along with scope network option 2017-05-12 17:16:34 -07:00
encryption.go Merge pull request #1354 from aboch/pol 2017-03-11 18:21:55 -08:00
filter.go Serialize overlay filter plumbing 2016-09-22 17:50:19 -07:00
joinleave.go Always program the kernel state if triggered by l2 or l3 miss 2017-03-16 18:12:52 -07:00
ov_endpoint.go Fix new golint reported errors 2016-11-14 16:41:54 -08:00
ov_network.go Always program the kernel state if triggered by l2 or l3 miss 2017-03-16 18:12:52 -07:00
ov_serf.go Always program the kernel state if triggered by l2 or l3 miss 2017-03-16 18:12:52 -07:00
ov_utils.go Set a timeout on the netlink handle sockets 2016-11-15 12:08:36 -08:00
overlay.go Add ConnectivityScope capability for network drivers along with scope network option 2017-05-12 17:16:34 -07:00
overlay.pb.go Convert overlay peer updates to use protobuf 2016-05-18 20:44:50 -07:00
overlay.proto Convert overlay peer updates to use protobuf 2016-05-18 20:44:50 -07:00
overlay_test.go Update plugingetter import path. 2016-10-07 12:00:57 -07:00
peerdb.go Always program the kernel state if triggered by l2 or l3 miss 2017-03-16 18:12:52 -07:00