Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-08 | Merge pull request #93 from jestabro/commit-confirm-soft-rollbackHEADcurrent | John Estabrook | |
config-mgmt: T5976: commit-confirm completion to include soft revert | |||
2024-10-08 | config-mgmt: T5976: commit-confirm completion to include soft revert | John Estabrook | |
2024-10-04 | Merge pull request #91 from sever-sever/T6763 | Christian Breunig | |
T6763: Delete Jenkins file | |||
2024-10-04 | T6763: Delete Jenkins file | Viacheslav Hletenko | |
2024-09-17 | Merge pull request #89 from kumvijaya/current | Christian Breunig | |
T6722: updated to use reusable workflows | |||
2024-09-17 | T6722: removed py check workflows | kumvijaya | |
2024-09-17 | T6722: added codeowners | kumvijaya | |
2024-09-17 | T6722: updated to use reusable workflows | kumvijaya | |
2024-09-14 | Merge pull request #87 from sever-sever/T6674-trigger-rebuils-current | Christian Breunig | |
T6674: Action add trigger workflow to rebuild package | |||
2024-09-14 | T6674: Action add trigger workflow to rebuild package | Viacheslav Hletenko | |
2024-07-03 | Merge pull request #85 from jestabro/remove-perl | Christian Breunig | |
T6527: remove remaining references to Perl | |||
2024-07-03 | T6527: remove remaining references to Perl | John Estabrook | |
2024-07-01 | Merge pull request #83 from c-po/no-legacy | Christian Breunig | |
T6527: remove legacy Perl library components | |||
2024-06-30 | T6527: remove legacy Perl library components | Christian Breunig | |
2024-05-28 | Merge pull request #80 from jestabro/typo-completion | Daniil Baturin | |
cli: T6383: fix typo in completion help for rollback commands | |||
2024-05-28 | cli: T6383: fix typo in completion help for rollback commands | John Estabrook | |
2024-05-28 | Merge pull request #79 from dmbaturin/rollback-soft-help | John Estabrook | |
cli: T6383: improve completion help for rollback commands | |||
2024-05-27 | cli: T6383: improve completion help for rollback commands | Daniil Baturin | |
2024-04-09 | Merge pull request #77 from HollyGurza/T6206 | Christian Breunig | |
configdep: T6206 fix marker for last element of delete priority queues | |||
2024-04-09 | configdep: T6206 fix marker for last element of delete priority queues | khramshinr | |
related task: T5660: add marker for last element of priority queues | |||
2024-03-25 | Merge pull request #76 from rebortg/patch-1 | Daniil Baturin | |
Github: PR Template: make related tasks optional | |||
2024-03-24 | make related tasks optional | Robert Göhler | |
2024-02-29 | Merge pull request #74 from jestabro/last-in-prioqueue | Daniil Baturin | |
configdep: T5660: add marker for last element of priority queues | |||
2024-02-28 | configdep: T5660: add marker for last element of priority queues | John Estabrook | |
2023-12-21 | Merge pull request #71 from indrajitr/duid-refactor-T5846 | Christian Breunig | |
dhcp: T5846: Have separate DUID formatter hint | |||
2023-12-20 | dhcp: T5846: Have separate DUID formatter hint | Indrajit Raychaudhuri | |
Have separate custom DUID formatter hint for config shell. | |||
2023-12-17 | GitHub: update workflows | Christian Breunig | |
2023-12-17 | Merge pull request #69 from sever-sever/T5249 | Christian Breunig | |
T5249: Add node rollback-soft | |||
2023-12-11 | T5249: Add node rollback-soft | Viacheslav Hletenko | |
``` vyos@r4# rollback-soft Possible completions: <N> Rollback to revision N ``` | |||
2023-08-24 | Merge pull request #67 from jestabro/save-config | John Estabrook | |
save-config: T4292: use vyos-save-config.py | |||
2023-08-23 | save-config: T4292: use vyos-save-config.py | John Estabrook | |
2023-08-11 | T5428: move dhclient files ro /run/dhclient | Christian Breunig | |
2023-07-15 | Merge pull request #65 from cuongdt1994/current | Christian Breunig | |
T5291: vyatta-cfg-cmd-wrapper missing ${vyos_libexec_dir} variable | |||
2023-07-15 | T3355: vyos-router startup and shutdown is handled by vyos-1x code | Christian Breunig | |
2023-07-09 | T3355: remove legacy code and migrate remains to vyos-1x repo | Christian Breunig | |
2023-07-06 | Merge pull request #66 from sever-sever/T775 | Christian Breunig | |
T775: Add postcommit-hooks in run directory | |||
2023-06-30 | T775: Add postcommit-hooks in run directory | Viacheslav Hletenko | |
Use /run/scripts/commit/post-hooks.d directory for scripts generated by "set service config-sync" | |||
2023-06-21 | tacacs: T141: cleanup configuration files on system boot | Christian Breunig | |
2023-06-14 | T5291: vyatta-cfg-cmd-wrapper missing ${vyos_libexec_dir} variable | cuongdt1994 | |
In file: /opt/vyatta/sbin/vyatta-cfg-cmd-wrapper Commit 9e74ad7 changed the vyos-load-config.py script directory prefix to use ${vyos_libexec_dir}. However, the ${vyos_libexec_dir} variable is not exported at the start of the wrapper script. When executing the load command over an SSH session it tries to execute the vyos-load-config.py script from root, and not /usr/libexec/vyos where the script resides $ /opt/scripts/vyos/reset-router-config.pl --debug [--] Resetting VyOS router configuration... [??] Connection vyos:vyos@10.35.22.1 established successfully [??] Command : /opt/vyatta/sbin/vyatta-cfg-cmd-wrapper begin [??] Command : /opt/vyatta/sbin/vyatta-cfg-cmd-wrapper load config.boot.sauron.master /opt/vyatta/sbin/vyatta-cfg-cmd-wrapper: line 84: /vyos-load-config.py: No such file or directory [??] Error running command: /opt/vyatta/sbin/vyatta-cfg-cmd-wrapper load config.boot.sauron.master [??] child exited with code 127 [??] Command : /opt/vyatta/sbin/vyatta-cfg-cmd-wrapper commit [??] Command : /opt/vyatta/sbin/vyatta-cfg-cmd-wrapper end | |||
2023-06-10 | T31: add vrf format identifier | Christian Breunig | |
2023-06-08 | startup: T5239: force removal of /etc/hostname | Christian Breunig | |
Commit 4bbb382 ("startup: T5239: ensure system hostname is set before FRR starts") removed /etc/hostname but it cared about exit codes - always remove the file even if it does not exist (--force) | |||
2023-06-08 | startup: T5239: ensure system hostname is set before FRR starts | Christian Breunig | |
2023-06-08 | startup: T5145: clean out VyOS login limit definition | Christian Breunig | |
Always clean our mess before re-adding it. This is required in /etc when a user does a change but does not save the config - all his changes should be reverted on reboot. | |||
2023-05-29 | T5003: Debian: update build and runtime dependencies for Bookworm | Christian Breunig | |
2023-05-29 | T5234: add bash prompt identifier for given Network Namespace | Christian Breunig | |
2023-05-21 | T5234: add bash prompt identifier for given VRF instance | Christian Breunig | |
2023-05-12 | T3896: add completion helper path attribute | Christian Breunig | |
2023-05-08 | Merge pull request #62 from ↵ | Christian Breunig | |
sempervictus/bug/T5053-cant_disable_service_after_removal T5053 - Move postrm service hook to prerm | |||
2023-05-08 | Merge pull request #64 from dmbaturin/T671-dead-code | Christian Breunig | |
T671: remove unused executables | |||
2023-05-05 | T671: remove unused executables | Daniil Baturin | |