| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-24 | T8410: Fix typos and mistakes for operational and configuration commands | Viacheslav Hletenko | |
| Fix typos and mistakes in the commands and comments No functional changes | |||
| 2026-03-19 | Merge pull request #5064 from natali-rs1985/T8352 | Christian Breunig | |
| T8352: VPP add op-mode commands to show bonding interfaces | |||
| 2026-03-19 | T8395: VPP add op-mode command for 'show mode' | Nataliia Solomko | |
| 2026-03-18 | T8352: VPP add op-mode commands to show bonding interfaces | Nataliia Solomko | |
| 2026-03-16 | T8353: Raise DataUnavailable if no VPP LACP interfaces are configured | Nataliia Solomko | |
| 2026-03-11 | T8371: VPP add op-mode command show runtime | Viacheslav Hletenko | |
| 2026-03-05 | opmode: T8343: implement common verify_cli_exists() helper | Christian Breunig | |
| Instead of re-defining a per module helper which verifies that a given CLI path exists during execution, rather create a generic representation which takes a CLI path (list) as argument with an optional error message to display on the CLI. This is the initial implementation of the generic helper with some migrations for VPP, WireGuard and Wireless interfaces. More opmode scripts should follow. | |||
| 2026-03-03 | vpp: T8327: Migrate bridge interface to 'interfaces vpp bridge' | Nataliia Solomko | |
| 2026-02-25 | vpp: T8283: Move bonding interface from vpp secction to 'interfaces vpp bonding' | Nataliia Solomko | |
| 2026-01-12 | T8170: VPP fix IPFIX op-mode commands if VPP is not configured | Viacheslav Hletenko | |
| Fix the VPP op-mode commands traceback errror for the IPFIX feature if VPP is not configured | |||
| 2025-12-23 | vpp: T7203: Add op-mode to show bridge-domain | Nataliia Solomko | |
| 2025-12-17 | vpp: T7954: Add op-mode commands to show LACP | Nataliia Solomko | |
| 2025-11-14 | T7556: VPP add IPFIX collector configuration | Viacheslav Hletenko | |
| Add VPP IPFIX configuration commands: ``` set vpp ipfix active-timeout '8' set vpp ipfix collector 192.0.2.2 port '2055' set vpp ipfix collector 192.0.2.2 source-address '192.0.2.1' set vpp ipfix flowprobe-record 'l2' set vpp ipfix flowprobe-record 'l3' set vpp ipfix flowprobe-record 'l4' set vpp ipfix inactive-timeout '32' set vpp ipfix interface eth0 set vpp ipfix interface eth1 direction 'both' set vpp ipfix interface eth1 flow-variant 'ipv4' ``` | |||
