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/ipvlan
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
..
ivmanager Adding manager pkg for swarm visible network drivers 2017-05-12 17:16:54 -07:00
ipvlan.go Add ConnectivityScope capability for network drivers along with scope network option 2017-05-12 17:16:34 -07:00
ipvlan_endpoint.go ipvlan: remove endpoint from network on deleting endpoint 2016-07-19 00:06:46 -04:00
ipvlan_joinleave.go IPvlan and macvlan driver to persist endpoints 2016-06-13 23:48:00 -07:00
ipvlan_network.go Remove driver endpoints on network deleting 2016-10-14 10:05:20 +08:00
ipvlan_setup.go Merge pull request #1205 from allencloud/fix-typos 2016-08-01 09:49:31 -07:00
ipvlan_setup_test.go use grep to find a/an misuse 2016-06-03 16:35:33 +08:00
ipvlan_state.go Make macvlan and ipvlan drivers as experimental 2016-03-09 19:43:20 -05:00
ipvlan_store.go Overlay driver to cleanup stale endpoints 2016-07-13 10:56:57 -07:00
ipvlan_test.go Update plugingetter import path. 2016-10-07 12:00:57 -07:00