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
Brian Goff 791700aed3 Use new plugin interfaces provided by plugin pkg
The use of `Client()` on v2 plugins is being deprecated so that we can
be more flexible on the protocol used for plugins.

This means checking specifically if the plugin implements the
`Client() *plugins.Client` interface for V1 plugins, and for v2 plugins
building a the client manually.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
(cherry picked from commit 45824a226b8a220d6f189c2d25fe16f9efc83db9)
Signed-off-by: selansen <elango.siva@docker.com>
2018-06-22 23:52:02 -04:00
..
bridge typo: fix misspells in code and comments 2018-05-29 17:08:41 +08:00
host Add ConnectivityScope capability for network drivers along with scope network option 2017-05-12 17:16:34 -07:00
ipvlan Fix type in error message 2018-05-29 08:56:49 -07:00
macvlan Add warning message for the failure of deleting link device 2018-03-06 16:37:45 +08:00
null swarm mode network inspect should provide cluser-wide task details 2017-03-10 19:12:00 -08:00
overlay Fix deadlock introduced in b64997ea 2018-06-08 14:17:51 -04:00
remote Use new plugin interfaces provided by plugin pkg 2018-06-22 23:52:02 -04:00
windows Delete stale HNS endpoints when creating a network 2018-03-05 00:12:00 -08:00