moby--moby/libnetwork/driverapi
Jana Radhakrishnan 89045ca381 Modify driver Join api to only allow dst prefix
Currently the driver api allows the driver to specify the
full interface name for the interface inside the container.
This is not appropriate since the driver does not have the full
view of the sandbox to correcly allocate an unambiguous interface
name. Instead with this PR the driver will be allowed to specify
a prefix for the name and libnetwork and sandbox layers will
disambiguate it with an appropriate suffix.

Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
2015-05-21 20:17:44 +00:00
..
driverapi.go Modify driver Join api to only allow dst prefix 2015-05-21 20:17:44 +00:00
errors.go Provide interface to categorize errors 2015-05-20 22:29:29 -07:00