From d5efd0dd63a8beb5cc57ae7d25f9c60d5dea5c65 Mon Sep 17 00:00:00 2001 From: Matt Layher Date: Wed, 15 Jun 2022 16:21:07 -0400 Subject: 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 Reviewed-by: David Chase Reviewed-by: Damien Neil Run-TryBot: Brad Fitzpatrick Reviewed-by: Tobias Klauser TryBot-Result: Gopher Robot Run-TryBot: Matt Layher Reviewed-by: Brad Fitzpatrick Auto-Submit: Damien Neil --- api/next/51766.txt | 1 + api/next/51777.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 api/next/51766.txt create mode 100644 api/next/51777.txt (limited to 'api') 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 -- cgit v1.3-5-g9baa