safchain / ethtool

A simple ethtool "like" library for GO
Apache License 2.0
120 stars 69 forks source link

Conditionally inject supportedCapabilities #81

Closed gavinbunney closed 5 months ago

gavinbunney commented 5 months ago

When using this library in multi-os builds, the sys/unix flags for ETHTOOL_LINK_MODE_* fail to compile on darwin. This PR moves them into a ethtool_linux.go specific source file, and a stub in ethtool_darwin.go to not have any supportedCapabilities.

gavinbunney commented 5 months ago

Thanks for the quick merge! Would you be able to tag a new release as well? 🙏

safchain commented 5 months ago

I published a new release.