]> Cypherpunks repositories - gostls13.git/commit
net: permit Interface with no Name
authorIan Lance Taylor <iant@golang.org>
Thu, 9 Jan 2025 21:04:51 +0000 (13:04 -0800)
committerGopher Robot <gobot@golang.org>
Mon, 3 Feb 2025 20:11:12 +0000 (12:11 -0800)
commit4160ebf28f69a738203571bba6abab6ec0913080
tree022009902a0d81a3011803886aaff60d3deb5f3a
parentdcebb675b3fa0fd8d3056323a9f7f857ce4a2105
net: permit Interface with no Name

On darwin the utun interface sometimes has no name.

Fixes #71064

Change-Id: Iec51641880515f8bd3f97bd892c26f68fd588fa3
Reviewed-on: https://go-review.googlesource.com/c/go/+/641855
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
src/internal/routebsd/interface_classic.go
src/net/interface.go
src/net/interface_test.go