Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
refs/tags/v28.4.0-rc.2
/
.
/
libnetwork
/
netutils
/
utils_windows.go
blob: fed188b8aca8ac3f0663013cdd7cd1b29a3bf0d0 [
file
] [
log
] [
blame
]
package netutils
import "net/netip"
// InferReservedNetworks returns an empty list on Windows.
func InferReservedNetworks(v6 bool) []netip.Prefix {
return []netip.Prefix{}
}