water/ipv4_other_test.go

12 lines
158 B
Go

// +build !linux
package water
import (
"net"
"testing"
)
func setupIfce(t *testing.T, ipNet net.IPNet, dev string) {
t.Fatal("unsupported platform")
}