Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-18 | T2710: make most "run show interfaces $type" commands work again. | Daniil Baturin | |
2020-06-07 | op-mode: ethernet: T2546: present offload output in table | Christian 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-07 | op-mode: ethernet: T2546: do not display fixed offload options | Christian 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-06 | op-mode: ethernet: T2546: add possibility to identify ethernet port | Christian Poessinger | |
show interfaces ethernet eth0 identify | |||
2020-06-06 | op-mode: ethernet: T2546: fix "show interfaces ethernet eth0" | Christian Poessinger | |
Command node was missing. | |||
2020-06-05 | op-mode: ethernet: T2546: add vif subcommand | Christian Poessinger | |
2020-06-03 | op-mode: migrate line ending from dos | Christian Poessinger | |
2020-06-03 | op-mode: ethernet: T2546: migrate basic commands | Christian Poessinger | |
- show interfaces ethernet eth0 physical - show interfaces ethernet eth0 physical offload - show interfaces ethernet eth0 statistics - show interfaces ethernet eth0 transceiver |