summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-interfaces-ethernet.xml
AgeCommit message (Collapse)Author
2020-07-18T2710: make most "run show interfaces $type" commands work again.Daniil Baturin
2020-06-07op-mode: ethernet: T2546: present offload output in tableChristian Poessinger
- remove first line from output (sed -e 1d) - remove leading tab indention (sed -e 's/^\t*//g') - remove colons (sed -e 's/://') - align output vertically (column -t -s' ')
2020-06-07op-mode: ethernet: T2546: do not display fixed offload optionsChristian Poessinger
[fixed] options returned by ethtool -k mean that they can not be change and thus offloading can neither be enabled nor disabled. It makes no sense to display those parameters at all.
2020-06-06op-mode: ethernet: T2546: add possibility to identify ethernet portChristian Poessinger
show interfaces ethernet eth0 identify
2020-06-06op-mode: ethernet: T2546: fix "show interfaces ethernet eth0"Christian Poessinger
Command node was missing.
2020-06-05op-mode: ethernet: T2546: add vif subcommandChristian Poessinger
2020-06-03op-mode: migrate line ending from dosChristian Poessinger
2020-06-03op-mode: ethernet: T2546: migrate basic commandsChristian Poessinger
- show interfaces ethernet eth0 physical - show interfaces ethernet eth0 physical offload - show interfaces ethernet eth0 statistics - show interfaces ethernet eth0 transceiver