Update dependencies
This commit is contained in:
10
vendor/github.com/insomniacslk/dhcp/dhcpv4/bindtointerface.go
generated
vendored
Normal file
10
vendor/github.com/insomniacslk/dhcp/dhcpv4/bindtointerface.go
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
package dhcpv4
|
||||
|
||||
import (
|
||||
"github.com/insomniacslk/dhcp/interfaces"
|
||||
)
|
||||
|
||||
// BindToInterface (deprecated) redirects to interfaces.BindToInterface
|
||||
func BindToInterface(fd int, ifname string) error {
|
||||
return interfaces.BindToInterface(fd, ifname)
|
||||
}
|
||||
Reference in New Issue
Block a user