github.com/labulakalia/water@v0.0.5-0.20231118024244-f351ca6784b6/ipv4_other_test.go (about)

     1  // +build !linux,!windows,!darwin
     2  
     3  package water
     4  
     5  import (
     6  	"net"
     7  	"testing"
     8  )
     9  
    10  func setupIfce(t *testing.T, ipNet net.IPNet, dev string) {
    11  	t.Fatal("unsupported platform")
    12  }