]> Cypherpunks repositories - gostls13.git/commit
net: ignore unnamed interfaces on DragonFly
authorIan Lance Taylor <iant@golang.org>
Tue, 4 Feb 2025 22:23:14 +0000 (14:23 -0800)
committerGopher Robot <gobot@golang.org>
Wed, 5 Feb 2025 00:52:20 +0000 (16:52 -0800)
commit0e35fb2f99ce4c249c0a42ad93a597835ae742b5
treec865146c3bb15e69bf5c25c8a645911e6ec38ec1
parentb485e5bceb8cf417c28debe82f9c42b91f66132e
net: ignore unnamed interfaces on DragonFly

On DragonFly it seems that we can see an unnamed interface,
but be unable to retrieve it. Skip unnamed interface cases.

For #71064

Change-Id: Ie9af74bd656d403ddc19cc5f14062cd8e0fa2571
Reviewed-on: https://go-review.googlesource.com/c/go/+/646675
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
src/internal/routebsd/interface_classic.go