moby--moby/libnetwork/api
Jana Radhakrishnan d565a4df48 Push driver config during `Init`
Currently the driver configuration is pushed through a separate
api. This makes driver configuration possible at any arbitrary
time. This unncessarily complicates the driver implementation.
More importantly the driver does not get access to it's
configuration before it can do the handshake with libnetwork.
This make the internal drivers a little bit different to
external plugins which can get their configuration before the handshake
with libnetwork.

This PR attempts to fix that mismatch between internal drivers and
external plugins.

Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
2015-09-19 08:43:34 -07:00
..
api.go Merge pull request #502 from mavenugo/sbox_uns 2015-09-09 21:39:48 -07:00
api_test.go Push driver config during `Init` 2015-09-19 08:43:34 -07:00
types.go Support to provide external key to sandbox 2015-09-09 20:26:37 -07:00