GuillaumeGomez / sysinfo

Cross-platform library to fetch system information
MIT License
2.17k stars 320 forks source link

Software interfaces explicitly skip in refresh_list #1371

Open stormshield-gwendald opened 4 weeks ago

stormshield-gwendald commented 4 weeks ago

Hi !

I would like to know why software interfaces are skipped in refresh_list on Windows ?

GuillaumeGomez commented 4 weeks ago

I don't remember... Should have explained why in the comment. Urg, damn past me. Likely because it's common to have a lot of software interfaces on windows which makes them look like noise?

stormshield-gwendald commented 4 weeks ago

Would you consider a configuration token for System to prevent the filtering, that would be off by default (or a feature) ?

stormshield-gwendald commented 4 weeks ago

Add a with_software_interfaces to Networks ?

GuillaumeGomez commented 4 weeks ago

If you add filtering on software interfaces as well on supported platforms, sounds like a good idea!