net: ParseMAC cannot parse 20-octet IP over InfiniBand link-layer address #11763
Labels
Milestone
Comments
CL https://golang.org/cl/12382 mentions this issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
At the moment,
net.ParseMAC
cannot accept 20-octet IP over InfiniBand link-layer addresses, though they are correctly parsed intonet.Interface
.Here is an example program:
Here is the output as of Go 1.4.2:
I will submit a changelist which should fix this issue shortly.
The text was updated successfully, but these errors were encountered: