An open API service indexing awesome lists of open source software.

https://github.com/junka/ethtool

ethtool in go
https://github.com/junka/ethtool

Last synced: over 1 year ago
JSON representation

ethtool in go

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
...
```