blob: bc7da5e0d574a96a8d5fc7f7dd7f836f1a817ef2 [file] [log] [blame]
David K. Bainbridge215e0242017-09-05 23:18:24 -07001// Copyright 2016 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
5// +build linux solaris
6
7package nettest
8
9func supportsIPv6MulticastDeliveryOnLoopback() bool {
10 return true
11}
12
13func causesIPv6Crash() bool {
14 return false
15}