mirror of
https://github.com/soypat/lneto.git
synced 2026-09-10 08:39:30 +00:00
dhcp subnet prefix fix
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//go:build !tinygo
|
||||
|
||||
package internal
|
||||
|
||||
import "net"
|
||||
|
||||
func interfaceByName(name string) (*net.Interface, error) {
|
||||
return net.InterfaceByName(name)
|
||||
}
|
||||
Reference in New Issue
Block a user