net: real MAC address cannot be obtained after a NIC is bound on linux #47828
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you expect to see?
net.Interfaceaddrs () gets the real MAC address
What did you see instead?
net.Interfaceaddrs () gets the fake MAC address after the network adapter is bound
What did you do?
Code sample:
The text was updated successfully, but these errors were encountered: