Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-12 | T5286: drop XDP support for ethernet and bonding interfaces | Christian Breunig | |
... this is a step towards a new and better implementation that will utilize VPP. | |||
2023-05-04 | opmode: T5191: replace underscores with hyphens in generated options | Daniil Baturin | |
2023-01-07 | T4918: op_mode interfaces: Fix show interfaces | Sander 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-21 | interfaces: T4866: call interfaces.py in op-mode-definitions | John Estabrook | |
2021-09-07 | op-mode: xml: improve "show interfaces <type>" help text | Christian Poessinger | |
2021-08-31 | op-mode: "show interfaces ethernet eth0 physical" should display ring-buffers | Christian Poessinger | |
2021-08-31 | vyos.ethtool: T3163: use long option names when calling the ethtool binray | Christian Poessinger | |
This makes understanding the code easier what is "really" called without opening the man page. | |||
2021-01-10 | xml: op-mode: add preprocessor support as known from configuration mode | Christian Poessinger | |