diff --git a/libnetwork/types/network.go b/libnetwork/types/network.go index 77c76bf78..2b941abd4 100644 --- a/libnetwork/types/network.go +++ b/libnetwork/types/network.go @@ -269,6 +269,8 @@ type PerNetworkOptions struct { // InterfaceName for this container. Required in the backend. // Optional in the frontend. Will be filled with ethX (where X is a integer) when empty. InterfaceName string `json:"interface_name"` + // Driver-specific options for this container. + Options map[string]string `json:"options,omitempty"` } // NetworkOptions for a given container.