moby--moby/daemon/cluster/listen_addr_others.go

10 lines
203 B
Go

// +build !linux
package cluster // import "github.com/docker/docker/daemon/cluster"
import "net"
func (c *Cluster) resolveSystemAddr() (net.IP, error) {
return c.resolveSystemAddrViaSubnetCheck()
}