*(dhcpd): refactoring, use dhcpd/network_utils where possible
This commit is contained in:
8
dhcpd/network_utils_darwin.go
Normal file
8
dhcpd/network_utils_darwin.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package dhcpd
|
||||
|
||||
// Check if network interface has a static IP configured
|
||||
// Supports: Raspbian.
|
||||
func hasStaticIPDarwin(ifaceName string) (bool, error) {
|
||||
|
||||
return false, nil
|
||||
}
|
||||
Reference in New Issue
Block a user