Files
infix/test/case/statd/interfaces-all/system/run/ethtool_--json_e4
T
Mattias Walström 2d806de2cd yanger: Refactor how ethtool is read from interfaces
Upgrade ethtool to get json support for main command:

ethtool --json eth1
2025-02-13 20:27:00 +01:00

18 lines
538 B
Plaintext

[ {
"ifname": "e4",
"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
} ]