EstebanBorai / network-interface

Retrieve system's Network Interfaces on Linux, macOS and Windows on a standardized manner
https://crates.io/crates/network-interface
Apache License 2.0
61 stars 28 forks source link

FreeBSD support #49

Closed surban closed 6 months ago

surban commented 7 months ago

I am using network-interface in Aggligator and have received a request to support FreeBSD. The only issue seems to be that it is currently unsupported by network-interface.

Thus FreeBSD support would be greatly appreciated.

EstebanBorai commented 7 months ago

Hi @surban!

I see, I think we can have the same approach as on Local IP Address? You can check out this PR https://github.com/EstebanBorai/local-ip-address/pull/95.

Let me know any questions!