summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/header/ipv6.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2019-10-17 05:58:27 +0000
committergVisor bot <gvisor-bot@google.com>2019-10-17 05:58:27 +0000
commit1993a36b013fd7d6786b23ed8fd85f77b65e6c38 (patch)
tree4bf60bd669e61ed150548eee8e7aeed8acc17504 /pkg/tcpip/header/ipv6.go
parent61ea1714d2b2ae34af11f1eb1e45f22efa6fc157 (diff)
parent06ed9e329d46268cf12fe07bd3974c5d54ae7e0b (diff)
Merge release-20190806.1-284-g06ed9e3 (automated)
Diffstat (limited to 'pkg/tcpip/header/ipv6.go')
-rw-r--r--pkg/tcpip/header/ipv6.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/tcpip/header/ipv6.go b/pkg/tcpip/header/ipv6.go
index 9d3abc0e4..b125bbea5 100644
--- a/pkg/tcpip/header/ipv6.go
+++ b/pkg/tcpip/header/ipv6.go
@@ -87,7 +87,8 @@ const (
// section 5.
IPv6MinimumMTU = 1280
- // IPv6Any is the non-routable IPv6 "any" meta address.
+ // IPv6Any is the non-routable IPv6 "any" meta address. It is also
+ // known as the unspecified address.
IPv6Any tcpip.Address = "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
)