+ dhcpv6 server; rewrite dhcpv4 server; changed API
This commit is contained in:
7
dhcpd/check_other_dhcp_windows.go
Normal file
7
dhcpd/check_other_dhcp_windows.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package dhcpd
|
||||
|
||||
import "fmt"
|
||||
|
||||
func CheckIfOtherDHCPServersPresent(ifaceName string) (bool, error) {
|
||||
return false, fmt.Errorf("not supported")
|
||||
}
|
||||
Reference in New Issue
Block a user