aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorMatt Layher <mdlayher@gmail.com>2022-06-15 16:21:07 -0400
committerGopher Robot <gobot@golang.org>2022-10-21 20:14:41 +0000
commitd5efd0dd63a8beb5cc57ae7d25f9c60d5dea5c65 (patch)
treec59b1fd526ed0ace0ad1a6d44c88dc9788fb5775 /api
parente43eebdab8a6df71e4b5262bcfb650ee8439870f (diff)
downloadgo-d5efd0dd63a8beb5cc57ae7d25f9c60d5dea5c65.tar.xz
net/netip: add IPv6LinkLocalAllRouters and IPv6Loopback
Fixes #51766 Fixes #51777 Change-Id: I0510175c20c06442d78b2581cfe218e66be1c35b Reviewed-on: https://go-review.googlesource.com/c/go/+/412475 Auto-Submit: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Damien Neil <dneil@google.com> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Matt Layher <mdlayher@gmail.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Auto-Submit: Damien Neil <dneil@google.com>
Diffstat (limited to 'api')
-rw-r--r--api/next/51766.txt1
-rw-r--r--api/next/51777.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/api/next/51766.txt b/api/next/51766.txt
new file mode 100644
index 0000000000..4b80839419
--- /dev/null
+++ b/api/next/51766.txt
@@ -0,0 +1 @@
+pkg net/netip, func IPv6LinkLocalAllRouters() Addr #51766
diff --git a/api/next/51777.txt b/api/next/51777.txt
new file mode 100644
index 0000000000..9ed128715f
--- /dev/null
+++ b/api/next/51777.txt
@@ -0,0 +1 @@
+pkg net/netip, func IPv6Loopback() Addr #51777