mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-09-05 13:21:30 +00:00
- 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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user