jaypipes / ghw

Go HardWare discovery/inspection library
Apache License 2.0
1.62k stars 174 forks source link

replace ethtool invocation with go packages #317

Open ffromani opened 2 years ago

ffromani commented 2 years ago

To get the network interface properties on linux, we invoke the ethtool command. This works, but we can simplify our flow and avoid to depend on a external, not-installed-by-default tool by consuming go packages. We should evaluate this option and change accordingly if we reach consensus.

ffromani commented 2 years ago

this can probably be a post 1.0.0 item