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

10 lines
160 B
Go

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