Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

os.networkInterfaces returning wrong mac address (v 8.1.2) #13759

Closed
MasterJames opened this issue Jun 18, 2017 · 3 comments
Closed

os.networkInterfaces returning wrong mac address (v 8.1.2) #13759

MasterJames opened this issue Jun 18, 2017 · 3 comments

Comments

@MasterJames
Copy link

MasterJames commented Jun 18, 2017

Version: 8.1.2 [wrong] but Version 8.0.0 is still correct, Alas all 8.1.* up to 2 = latest are wrong
Linux hostname1 4.4.0-38-generic #57-Ubuntu SMP Tue Sep 6 15:42:33 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

The network mac address is wrong when asking os.networkInterfaces() .
It shows 00:00:00:00:a0:00 or something similar bogus compared to what 'ip addr' shows for link/ether on the device (none local of course)

Going back to version 8.0.0 the correct MAC address is shown, but 8.1.2 is failing to do so.
For a minute I thought I needed tests!? Maybe a test to compare 'ip addr' etc.?

My many Hopes and Thanks for a quick patch to this issue. MJ

@XadillaX
Copy link
Contributor

#13581

@MasterJames
Copy link
Author

Right I was just testing it goes back to 8.1.0 thanks for finding the thread and the work to fix it.

@gev
Copy link

gev commented Apr 8, 2019

Just upgrade to 11.13.0. All mac address are 00:00:00:00:00:00 on OS X 10.14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants