water/ipv4_test_other.go
2015-11-08 22:10:12 +00:00

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")
}