github.com/demonoid81/moby@v0.0.0-20200517203328-62dd8e17c460/daemon/cluster/listen_addr_others.go (about)

     1  // +build !linux
     2  
     3  package cluster // import "github.com/demonoid81/moby/daemon/cluster"
     4  
     5  import "net"
     6  
     7  func (c *Cluster) resolveSystemAddr() (net.IP, error) {
     8  	return c.resolveSystemAddrViaSubnetCheck()
     9  }