- Moved label definitions to a new package

- Added a network scope well-defined label
  to enable ipv6

Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
This commit is contained in:
Jana Radhakrishnan
2015-05-06 17:21:19 +00:00
parent 309ba92587
commit 26779b6fea
11 changed files with 62 additions and 52 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ create network namespaces and allocate interfaces for containers to use.
driverOptions := options.Generic{}
genericOption := make(map[string]interface{})
genericOption[options.GenericData] = driverOptions
genericOption[netlabel.GenericData] = driverOptions
err := controller.ConfigureNetworkDriver(networkType, genericOption)
if err != nil {
return