2016-01-29 17:08:11 -08:00
|
|
|
package windows
|
|
|
|
|
|
|
|
const (
|
|
|
|
// NetworkName label for bridge driver
|
|
|
|
NetworkName = "com.docker.network.windowsshim.networkname"
|
|
|
|
|
|
|
|
// HNSID of the discovered network
|
|
|
|
HNSID = "com.docker.network.windowsshim.hnsid"
|
|
|
|
|
|
|
|
// RoutingDomain of the network
|
|
|
|
RoutingDomain = "com.docker.network.windowsshim.routingdomain"
|
2016-03-16 11:07:20 -07:00
|
|
|
|
|
|
|
// Interface of the network
|
|
|
|
Interface = "com.docker.network.windowsshim.interface"
|
2016-03-28 14:50:55 -07:00
|
|
|
|
|
|
|
// QosPolicies of the endpoint
|
|
|
|
QosPolicies = "com.docker.endpoint.windowsshim.qospolicies"
|
2016-01-29 17:08:11 -08:00
|
|
|
)
|