vendor: Update golang.org/x/net/ipv6
This commit is contained in:
3
vendor/golang.org/x/net/ipv6/bpf_test.go
generated
vendored
3
vendor/golang.org/x/net/ipv6/bpf_test.go
generated
vendored
@@ -18,6 +18,9 @@ func TestBPF(t *testing.T) {
|
||||
if runtime.GOOS != "linux" {
|
||||
t.Skipf("not supported on %s", runtime.GOOS)
|
||||
}
|
||||
if !supportsIPv6 {
|
||||
t.Skip("ipv6 is not supported")
|
||||
}
|
||||
|
||||
l, err := net.ListenPacket("udp6", "[::1]:0")
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user