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

mac address display abnormal on windows 10 and ipv6 address not display. #22

Closed
JianZhou12345678 opened this issue Dec 5, 2023 · 7 comments
Assignees
Labels
bug Something isn't working waiting for test Fix implemented on dev, waiting for a positive manual test. windows Windows Issue

Comments

@JianZhou12345678
Copy link

I installed netifaces2 on my windows10 64 bit, with python 3.7.6, when i get my network interface("Realtek PCIe GbE Family Controller"), i find mac address show abnormal and not show ipv6 address. I hope netifaces2 can show the same info as old lib netifaces.

image
image
image

@SamuelYvon SamuelYvon self-assigned this Dec 5, 2023
@SamuelYvon SamuelYvon added the bug Something isn't working label Dec 5, 2023
@SamuelYvon
Copy link
Owner

Thanks for reporting! I will be checking this later when I get access to a windows machine. Currently the information is reported by windows tooling, maybe I am parsing it wrong.

@SamuelYvon SamuelYvon added the windows Windows Issue label Dec 5, 2023
@SamuelYvon
Copy link
Owner

I was able to reproduce the mac. addr bug. Will look into it. For ipv6, do you have the latest version? Someone else had the same issue.

@SamuelYvon
Copy link
Owner

@JianZhou12345678 I fixed the display of the mac addr. in version 0.0.20, which should hit pypi soon. I will investigate for the ivp6 since the windows API seems to be more convoluted to get to the information.

@JianZhou12345678
Copy link
Author

@SamuelYvon Thanks for your response, if possible, I hope use netifaces2 library can show the same informations as the netifaces library, eg: It can display both the IPv4 and IPv6 addresses of the network card
1
2

@SamuelYvon
Copy link
Owner

Yep, that's the goal, haven't gotten around to it yet.

@SamuelYvon
Copy link
Owner

Hi @JianZhou12345678 ! Just a little update. I have a PR ready on branch #23. I am also testing another fix at the same time, so I won't deploy right away. If you want, you can test right now. It does include Ipv6 information.

@SamuelYvon SamuelYvon added the waiting for test Fix implemented on dev, waiting for a positive manual test. label Jan 7, 2024
@SamuelYvon
Copy link
Owner

All fixed on latest :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working waiting for test Fix implemented on dev, waiting for a positive manual test. windows Windows Issue
Projects
None yet
Development

No branches or pull requests

2 participants