| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-30 | T8587: support u64 type in bash completion value formatting | Yahya Civelek | |
| 2026-04-30 | Revert "T8587: add u64 type support" | Yahya Civelek | |
| This reverts commit 519e60e15ab52f887b87a5474fdebbd45063b567. | |||
| 2026-04-27 | T8587: add u64 type support | Yahya Civelek | |
| Mirror existing u32 handling to introduce a new u64 integer type: - Add INT64_TYPE to vtw_type_e enum - Register 'u64' type name and extend template lexer to classify integer literals as INT64_TYPE when they exceed UINT_MAX - Accept full u64 range in value lexer (strtoull / ULLONG_MAX) - Add %llu cond_formats slot and INT64_TYPE comparison path in val_cmp; map INT64_TYPE in type_to_name - Add u64 / u64:* cases to bash completion value formatter | |||
| 2025-12-19 | T8061: use vyconf compatible calls for completion data | John Estabrook | |
| Use alternatives for validateTmplPath, getNodeType, getCompletionEnv. | |||
| 2025-11-20 | T8009: translate edit_level operations to vyconf_cli_compat | John Estabrook | |
| 2025-08-27 | T7737: add SESSION_PID env var as alternative to VYATTA_* pid vars | John Estabrook | |
| Legacy code keeps several environment variables which are used by the configfs module to write directly to the unionfs store (VYATTA_TEMP_CONFIG_DIR, VYATTA_CHANGES_ONLY_DIR). Analogously, we need a simple identifier of the vyconf session, rather than inferring the pid. | |||
| 2024-10-08 | config-mgmt: T5976: commit-confirm completion to include soft revert | John Estabrook | |
| 2024-05-28 | cli: T6383: fix typo in completion help for rollback commands | John Estabrook | |
| 2024-05-27 | cli: T6383: improve completion help for rollback commands | Daniil Baturin | |
| 2023-12-20 | dhcp: T5846: Have separate DUID formatter hint | Indrajit Raychaudhuri | |
| Have separate custom DUID formatter hint for config shell. | |||
| 2023-06-10 | T31: add vrf format identifier | Christian Breunig | |
| 2023-05-12 | T3896: add completion helper path attribute | Christian Breunig | |
| 2023-04-17 | Merge pull request #56 from erkin/current | Daniil Baturin | |
| loadkey: T3506: Remove (what remains of) loadkey | |||
| 2023-01-18 | config-mgmt: T4942: use vyos-1x config-mgmt scripts | John Estabrook | |
| 2023-01-18 | loadkey: T3506: Remove (what remains of) loadkey | erkin | |
| 2022-06-20 | T1748: vbash: beautify tab completion output/line breaks | Christian Poessinger | |
| 2022-04-06 | Merge pull request #46 from erkin/current | Daniil Baturin | |
| loadkey: T3506: Remove loadkey | |||
| 2022-03-08 | loadkey: T3506: Remove loadkey | erkin | |
| 2022-01-01 | T4049: add tab completion support for "compare commands" | Christian Poessinger | |
| 2021-12-04 | T4049: add completion help for "compare commands" | Christian Poessinger | |
| 2020-12-30 | migration: T3161: remove ConfigLoad.pm, all dependents and references | John Estabrook | |
| Remove ConfigLoad.pm due to its legacy reference to XorpConfigParser, all dependent scripts: vyatta-boot-config-loader vyatta-config-loader.pl vyatta-load-config.pl (rewritten or obviated), and references in logrotate, Makefile.am, and vyos-router (vyatta-boot-config-loader was kept as a fallback when initially introducing vyos-boot-config-loader.py). | |||
| 2020-12-29 | bash: completion: add new "filename" option | Christian Poessinger | |
| 2020-12-28 | bash: completion: add new "hostname" option | Christian Poessinger | |
| 2020-10-26 | T3020: Correct scp completion hint | Cédric Jeanneret | |
| "scp" needs to get a ":" between the remote host and the remote path. Let's reflect it in the completion order to avoid confusion. The doc has been updated with vyos/vyos-documentation#354 | |||
| 2020-08-31 | configd: T2582: set vyshim env variable for config session | John Estabrook | |
| 2020-04-03 | T2072: partially fix completion for values with spaces (#23) | Jernej Jakob | |
| This fixes the help display, command completion still doesn't work. | |||
| 2020-03-12 | [boot-config-loader] T1622: Add log file to logrotate list; add 'missingok' | John Estabrook | |
| 2019-10-01 | T1424: Rewrite the config load script | John Estabrook | |
| 2019-06-19 | [logrotate] T1420 - logrotate permission errors on vyatta logfiles | hagbard | |
| 2019-05-28 | T1397: Rewrite the config merge script | John Estabrook | |
| Add support for the config merge script in vyos-1x. | |||
| 2018-10-21 | Move systemd mods to /lib directory | UnicronNL | |
| Remove redundant my_commit check Do not show output on serial-getty (double output issue) | |||
| 2018-10-15 | Rework vyos router init (#11) | Kim | |
| * Add a systemd vyos.target and split the vyatta-router init script to multiple systemd scripts. * remove ref to cloud-init * Remove vyatta-router init and rename vyatta-router to vyos-initialize. * Install files to correct dirs * try to fix systemd boot issues * Update script names run config load in background to not block systemd * Prevent cat: write error: Broken pipe * Rework vyos startup * add systemd to Makefile.am * Update script name * Fix inclusion of getty conf * Fix indentation | |||
| 2018-10-01 | T867: add support for running post-upgrade scripts. | Daniil Baturin | |
| 2018-08-27 | T441: do not start FRR with systemd | Daniil Baturin | |
| at least until we figure out how to make watchfrr stop restarting all daemons if just one failed and stop systemd from restarting FRR if watchfrr is not enabled. | |||
| 2018-08-24 | T441: adjust init scripts and postinst actions to use FRR instead of quagga. | Daniil Baturin | |
| 2018-08-04 | T668: do not mount /config since it's already done by an initramfs script. | Daniil Baturin | |
| 2018-07-03 | T727: add support for pre-config boot scripts. | Daniil Baturin | |
| 2017-11-03 | T281: Add https support to the load command | Christian Poessinger | |
| 2017-04-27 | add logrotate for auth.log | Kim Hagen | |
| 2017-03-30 | cleanup mount functions | Kim | |
| 2017-03-30 | mounting different persistence | Kim | |
| if persistence is set for /config on an other device then also create and mount /config | |||
| 2016-02-05 | Add function to bash-completion script to fix message "bad array subs cript" | Kim Hagen | |
| 2016-02-05 | Change vyatta-union to vyos-union. | Thomas Jepp | |
| 2016-02-03 | Actually mount /boot and /boot/grub on Jessie. | Thomas Jepp | |
| 2015-10-25 | Bug 584 - Allow sftp as copy and commit-archive location destination. | Leon Messner | |
| 2015-07-09 | vyatta-cfg: updated fix for formatting top level cli merge command | Alex Harpin | |
| Update to the earlier fix for the formatting issue with the merge command when listing the available commands at the top level CLI. The previous commit caused formatting issues with node level commands, purely aesthetic. Bug #509 http://bugzilla.vyos.net/show_bug.cgi?id=509 | |||
| 2015-06-30 | vyatta-cfg: fix formatting issue with top level cli merge command | Alex Harpin | |
| Fix a formatting issue with the merge command when listing the available commands at the top level CLI, purely aesthetic. Bug #509 http://bugzilla.vyos.net/show_bug.cgi?id=509 | |||
| 2014-04-30 | Removed dirty workaround for fuse completely. | Kim Hagen | |
| Use Build-iso to create /etc/fuse.conf file. Use pipe(),fork(),execl() functions instead of system() function to call unionfs-fuse. | |||
| 2014-04-25 | Removed part of dirty workaround, chmod of of /dev/fuse and /usr/bin/fusermount | Kim Hagen | |
| can be avoided by adding admin users to the fuse group. That part is done in the vyatta-cfg-system package. | |||
| 2014-03-10 | fusermount in squeeze is not executable for non-members of fuse, fix it at boot. | Daniil Baturin | |
