glider/service/dhcpd/client_others.go

9 lines
115 B
Go

//go:build !linux
// +build !linux
package dhcpd
func existsServer(iface string) (exists bool) {
return false
}