mirror of
https://github.com/yggdrasil-network/water.git
synced 2025-05-19 16:35:10 +03:00
add ipv4 broadcast test
This commit is contained in:
parent
ecf657aba3
commit
965ca414a6
3 changed files with 117 additions and 0 deletions
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")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue