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/solaris/bridge
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
..
bridge.go Add ConnectivityScope capability for network drivers along with scope network option 2017-05-12 17:16:34 -07:00
bridge_store.go libnetwork support for Solaris 2016-10-14 16:38:23 -07:00
bridge_test.go libnetwork support for Solaris 2016-10-14 16:38:23 -07:00
errors.go libnetwork support for Solaris 2016-10-14 16:38:23 -07:00
port_mapping.go Refactoring logrus import and formatting 2016-11-08 12:42:41 -07:00