mirror of
https://github.com/soypat/lneto.git
synced 2026-09-04 13:59:04 +00:00
dhcp subnet prefix fix
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
//go:build tinygo
|
||||
|
||||
package internal
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"net"
|
||||
)
|
||||
|
||||
func interfaceByName(name string) (*net.Interface, error) {
|
||||
return nil, errors.New("net.InterfaceByName not implemented on TinyGo")
|
||||
}
|
||||
Reference in New Issue
Block a user