Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
refs/tags/api/v1.52.0-beta.1
/
.
/
daemon
/
cluster
/
listen_addr_others.go
blob: 3eec68e974b811e2c9303884fb879fb18271fa50 [
file
] [
log
] [
blame
]
//go:build !linux
package cluster
import "net"
func (c *Cluster) resolveSystemAddr() (net.IP, error) {
return c.resolveSystemAddrViaSubnetCheck()
}