summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-interfaces-virtual-ethernet.xml.in
AgeCommit message (Collapse)Author
2023-05-04opmode: T5191: replace underscores with hyphens in generated optionsDaniil Baturin
2023-01-07T4918: op_mode interfaces: Fix show interfacesSander Klein
`show interfaces ethernet eth0` and `show interface bonding eth0` produces the same output. While this is not a big problem it does make usage a bit odd sometimes. This commit adds the --intf_type option to all instances of interfaces.py to make output consistent.
2022-12-21interfaces: T4866: call interfaces.py in op-mode-definitionsJohn Estabrook
2022-11-25veth: T4825: add op-mode CLI definitionsChristian Poessinger