| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-23 | vpp: T8080: Fix handling of configuration system lock after vpp commit failure | Nataliia Solomko | |
| 2025-07-29 | T7651: use pid not ppid if not specified | John Estabrook | |
| The reset_section.py script is used in a limited case for both (1) recovery from an apply error in a config mode script and (2) recovery by a service crash in a failure handler service. In the latter case, the default pid must be os.getpid, not os.getppid, so as not to be called by pid 1. | |||
| 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 | |||
| 2025-06-10 | T7488: exit silently if path doesn't exist, unless debug | John Estabrook | |
| 2025-06-10 | T7488: allow reloads outside of config session | John Estabrook | |
| 2025-06-10 | T7488: add utility for automatic rollback of section on apply stage err | John Estabrook | |
