]> Cypherpunks repositories - gostls13.git/commit
net: handle more interface types without a hardware address on Plan 9
authorFazlul Shahriar <fshahriar@gmail.com>
Mon, 29 Jun 2020 05:50:50 +0000 (01:50 -0400)
committerDavid du Colombier <0intro@gmail.com>
Mon, 29 Jun 2020 08:06:23 +0000 (08:06 +0000)
commita980e8a690f59542e6e68aa4d84face19ee57a15
tree1955347ea5126b865b71dfad1837dfec528a06d8
parentc875503cf79f82b7d2dbec85667f330f72ec4557
net: handle more interface types without a hardware address on Plan 9

We were handling loopback devices when attempting to read hardware
address, but packet interfaces were not being handled. As a general fix,
don't attempt to read hardware address of any device that's not inside
/net.

Fixes #39908

Change-Id: Ifa05e270357e111c60906110db2cc23dc7c1c49c
Reviewed-on: https://go-review.googlesource.com/c/go/+/240259
Run-TryBot: David du Colombier <0intro@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David du Colombier <0intro@gmail.com>
src/net/interface_plan9.go