moby--moby/libnetwork/driverapi
Madhu Venugopal 9e8974cc64 Replacing isReservedNetwork with Driver capability
Currently store makes use of a static isReservedNetwork check to decide
if a network needs to be stored in the distributed store or not. But it
is better if the check is not static, but be determined based on the
capability of the driver that backs the network.

Hence introducing a new capability mechanism to the driver which it can
express its capability during registration. Making use of first such
capability : Scope. This can be expanded in the future for more such cases.

Signed-off-by: Madhu Venugopal <madhu@docker.com>
2015-06-10 23:59:38 -07:00
..
driverapi.go Replacing isReservedNetwork with Driver capability 2015-06-10 23:59:38 -07:00
errors.go Provide interface to categorize errors 2015-05-20 22:29:29 -07:00