dotcloud/docker

View on GitHub
libnetwork/netutils/utils_windows.go

Summary

Maintainability
A
0 mins
Test Coverage
package netutils

import "net/netip"

// InferReservedNetworks returns an empty list on Windows.
func InferReservedNetworks(v6 bool) []netip.Prefix {
    return []netip.Prefix{}
}