fix windows build

This commit is contained in:
Simon Zolin
2020-05-25 16:43:03 +03:00
parent b08ec98a97
commit 6b2fa5779e
2 changed files with 13 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
package dhcpd
import "fmt"
func CheckIfOtherDHCPServersPresent(ifaceName string) (bool, error) {
return false, fmt.Errorf("not supported")
}