two/internal/netif/route_other.go
GnomeZworc cad1a9f46b
f-15: ia: first subnet try
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2026-04-11 23:27:07 +02:00

9 lines
108 B
Go

//go:build !linux
package netif
import "net"
func RouteAdd(_ string, _ *net.IPNet) error {
return nil
}