mirror of
https://github.com/fumiama/water.git
synced 2026-06-22 04:03:07 +08:00
add ipv4 broadcast test
This commit is contained in:
12
ipv4_test_other.go
Normal file
12
ipv4_test_other.go
Normal file
@@ -0,0 +1,12 @@
|
||||
// +build !linux
|
||||
|
||||
package water
|
||||
|
||||
import (
|
||||
"net"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func setupIfce(t *testing.T, ipNet net.IPNet, dev string) {
|
||||
t.Fatal("unsupported platform")
|
||||
}
|
||||
Reference in New Issue
Block a user