github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/daemon/cluster/listen_addr_others.go (about)

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