| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-16 | mtr: T8923: fix typo in function declaration "expension" -> "expansion" | Christian Breunig | |
| 2026-06-16 | T8923: normalize "can not" to "cannot" | Christian Breunig | |
| Replace two-word "can not" / "Can not" with "cannot" across comments, ConfigError messages, CLI help text, and op-mode output. Standard SNMP MIB files under mibs/ are left unchanged. | |||
| 2025-06-28 | T7591: remove copyright years from source files | Christian Breunig | |
| The legal team says years are not necessary so we can go ahead with it, since it will simplify backporting. Automatically removed using: git ls-files | grep -v libvyosconfig | xargs sed -i -E \ 's/^# Copyright (19|20)[0-9]{2}(-[0-9]{4})? VyOS maintainers.*/# Copyright VyOS maintainers and contributors <maintainers@vyos.io>/g' In addition we will error-out during "make" if someone re-adds a legacy copyright notice | |||
| 2024-10-11 | T6695: normalize formatting | Nataliia Solomko | |
| 2024-10-11 | T6695: Machine-readable operational mode support for traceroute | Nataliia Solomko | |
| 2024-10-05 | op-mode: T6753: Fix json output for mtr / monitor traceroute (#4122) | Nataliia S. | |
| 2023-11-12 | op-mode: T5658: fix "monitor traceroute" completion helper | Christian Breunig | |
| 2023-11-12 | op-mode: T5658: reduce amount of exposed options | Christian Breunig | |
| Example: we should focus on JSON output and not expose XML and CSV. | |||
| 2023-11-12 | T5658: add common methods interface_list() and vrf_list() to vyos.utils.network | Christian Breunig | |
| Reduce amount of duplicated (3 times) code in op-mode scripts for ping, traceroute and mtr. | |||
| 2023-11-09 | op-mode: T5658: add VRF support for "monitor traceroute" | bbabich | |
