Update dependencies
This commit is contained in:
8
vendor/github.com/insomniacslk/dhcp/interfaces/bindtodevice_windows.go
generated
vendored
Normal file
8
vendor/github.com/insomniacslk/dhcp/interfaces/bindtodevice_windows.go
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
package interfaces
|
||||
|
||||
import "errors"
|
||||
|
||||
// BindToInterface fails on Windows.
|
||||
func BindToInterface(fd int, ifname string) error {
|
||||
return errors.New("not implemented on Windows")
|
||||
}
|
||||
Reference in New Issue
Block a user