summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/net/ipv6/icmp.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/net/ipv6/icmp.go')
-rw-r--r--vendor/golang.org/x/net/ipv6/icmp.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/golang.org/x/net/ipv6/icmp.go b/vendor/golang.org/x/net/ipv6/icmp.go
index df9e4fbe3..ff21d1071 100644
--- a/vendor/golang.org/x/net/ipv6/icmp.go
+++ b/vendor/golang.org/x/net/ipv6/icmp.go
@@ -6,6 +6,9 @@ package ipv6
import "golang.org/x/net/internal/iana"
+// BUG(mikio): On Windows, methods related to ICMPFilter are not
+// implemented.
+
// An ICMPType represents a type of ICMP message.
type ICMPType int