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

IPv4 address doesn't get printed for the main network interface on Windows #3

Closed
philippgille opened this issue May 1, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@philippgille
Copy link
Owner

A main network interface on Windows, like "Ethernet 3" can have many addresses and the interesting IPv4 address isn't one of the first two when iterating in Go via net.Interfaces() + iface.Addrs().

So iterate over all addresses as long as either the IPv4 or IPv6 address is empty.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant