mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
net: dragonfly support
Make the net package build and work on dragonfly. R=bradfitz CC=golang-dev https://golang.org/cl/13173044
This commit is contained in:
parent
6939061d47
commit
fce0608561
34 changed files with 147 additions and 32 deletions
|
|
@ -224,7 +224,7 @@ func TestIPv6LinkLocalUnicastUDP(t *testing.T) {
|
|||
{"udp6", "[" + laddr + "%" + ifi.Name + "]:0", false},
|
||||
}
|
||||
switch runtime.GOOS {
|
||||
case "darwin", "freebsd", "openbsd", "netbsd":
|
||||
case "darwin", "dragonfly", "freebsd", "openbsd", "netbsd":
|
||||
tests = append(tests, []test{
|
||||
{"udp", "[localhost%" + ifi.Name + "]:0", true},
|
||||
{"udp6", "[localhost%" + ifi.Name + "]:0", true},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue