https://github.com/junka/ethtool
ethtool in go
https://github.com/junka/ethtool
Last synced: over 1 year ago
JSON representation
ethtool in go
- Host: GitHub
- URL: https://github.com/junka/ethtool
- Owner: junka
- Created: 2021-04-08T16:50:43.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-29T14:11:42.000Z (almost 5 years ago)
- Last Synced: 2025-02-01T14:19:25.159Z (over 1 year ago)
- Language: Go
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ethtool
A native go implementation of ethtool.
Command line parameters are compatible with original version 5.4
Take care that no data[0] structure in go
### Compile & Run
```make```
```
./dist/ethtool -i eth0
./dist/ethtool -a eth0
./dist/ethtool -A eth0 tx on
...
```