Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdlayher/ethtool
Package ethtool allows control of the Linux ethtool generic netlink interface. MIT Licensed.
https://github.com/mdlayher/ethtool
ethernet golang linux netlink networking
Last synced: 14 days ago
JSON representation
Package ethtool allows control of the Linux ethtool generic netlink interface. MIT Licensed.
- Host: GitHub
- URL: https://github.com/mdlayher/ethtool
- Owner: mdlayher
- License: mit
- Created: 2021-01-09T20:19:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T20:14:45.000Z (about 1 month ago)
- Last Synced: 2024-10-14T17:53:11.149Z (30 days ago)
- Topics: ethernet, golang, linux, netlink, networking
- Language: Go
- Homepage: https://www.kernel.org/doc/html/latest/networking/ethtool-netlink.html
- Size: 87.9 KB
- Stars: 59
- Watchers: 6
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ethtool [![Test Status](https://github.com/mdlayher/ethtool/workflows/Test/badge.svg)](https://github.com/mdlayher/ethtool/actions) [![Go Reference](https://pkg.go.dev/badge/github.com/mdlayher/ethtool.svg)](https://pkg.go.dev/github.com/mdlayher/ethtool) [![Go Report Card](https://goreportcard.com/badge/github.com/mdlayher/ethtool)](https://goreportcard.com/report/github.com/mdlayher/ethtool)
Package `ethtool` allows control of the Linux ethtool generic netlink interface.
For more information, see:
https://www.kernel.org/doc/html/latest/networking/ethtool-netlink.html.