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/macvlan
Alessandro Boch ece544627b Adding manager pkg for swarm visible network drivers
- Orchestrator interaction with the network driver is limited
  to at most allocation/release of simple resources. For local scope
  drivers all what is needed is the retrieval of the driver scope.The
  full driver code base does not need to be pulled into the orschestrator.
  This PR introduces a dedicated package in each builtin nw
  driver for that purpose, as it was done for overlay driver.

Signed-off-by: Alessandro Boch <aboch@docker.com>
2017-05-12 17:16:54 -07:00
..
mvmanager Adding manager pkg for swarm visible network drivers 2017-05-12 17:16:54 -07:00
macvlan.go Add ConnectivityScope capability for network drivers along with scope network option 2017-05-12 17:16:34 -07:00
macvlan_endpoint.go fix nits in comments and log 2016-10-29 19:35:18 +08:00
macvlan_joinleave.go IPvlan and macvlan driver to persist endpoints 2016-06-13 23:48:00 -07:00
macvlan_network.go Merge pull request #1477 from allencloud/fix-nits-in-comments 2016-11-02 09:58:18 -07:00
macvlan_setup.go fix nits in comments and log 2016-10-29 19:35:18 +08:00
macvlan_setup_test.go use grep to find a/an misuse 2016-06-03 16:35:33 +08:00
macvlan_state.go fix typos 2016-06-22 14:20:30 +08:00
macvlan_store.go Overlay driver to cleanup stale endpoints 2016-07-13 10:56:57 -07:00
macvlan_test.go Update plugingetter import path. 2016-10-07 12:00:57 -07:00