mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 12:33:02 +02:00
Upgrade ethtool to get json support for main command: ethtool --json eth1
18 lines
538 B
Plaintext
18 lines
538 B
Plaintext
[ {
|
|
"ifname": "e2",
|
|
"supported-ports": [ ],
|
|
"supported-link-modes": [ ],
|
|
"supported-pause-frame-use": "No",
|
|
"supports-auto-negotiation": false,
|
|
"supported-fec-modes": [ ],
|
|
"advertised-link-modes": [ ],
|
|
"advertised-pause-frame-use": "No",
|
|
"advertised-auto-negotiation": false,
|
|
"advertised-fec-modes": [ ],
|
|
"auto-negotiation": false,
|
|
"port": "Other",
|
|
"phyad": 0,
|
|
"transceiver": "internal",
|
|
"link-detected": true
|
|
} ]
|