Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-13 | Merge pull request #35 from sever-sever/T2216-pod | Christian Poessinger | |
containers: T2216: Delete default and networks for podman | |||
2021-04-11 | containers: T2216: Delete default and networks for podman | sever-sever | |
2021-04-09 | Debian: add libboost-filesystem1.74.0 dependency for bullseye | Christian Poessinger | |
2021-04-04 | lsb: always restore the default issue banner on boot | Christian Poessinger | |
2021-04-02 | Merge pull request #34 from sever-sever/3217 | Christian Poessinger | |
vyos-router: T3217: mount frr.conf to /run/frr/config dir | |||
2021-04-02 | vyos-router: T3217: mount frr.conf to /run/frr/config dir | sever-sever | |
2021-02-07 | Jenkins: enable arm64 builds | Christian Poessinger | |
2021-01-22 | vyos-router: T671: fix function call order after merging rl-system.init | John Estabrook | |
2021-01-17 | T671: add remains from rl-system.init script | Christian Poessinger | |
2021-01-17 | vyos-router: convert tabs to spaces | Christian Poessinger | |
2021-01-07 | Debian: drop dh-systemd dependency | Christian Poessinger | |
dh-systemd was merged into debhelper in version 9.20160709 [1] and since stretch, dh-systemd is an empty transitional package. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822670 | |||
2021-01-07 | Merge pull request #31 from dmbaturin/remove-already-unused | Christian Poessinger | |
Remove unused scripts. | |||
2021-01-04 | Remove unused scripts. | Daniil Baturin | |
2021-01-04 | Merge pull request #30 from jestabro/T3161 | John Estabrook | |
migration: T3161: remove ConfigLoad.pm, all dependents and references | |||
2021-01-04 | migration: T1398: remove dependency on vyatta-config-migrate | John Estabrook | |
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-12-22 | Revert "systemd: mount bpf sysfs directory" | Christian Poessinger | |
This reverts commit 3848e2f712ee8cd9b08c156a52d614c30b1aea20. This shows on bootup: [ 10.380956] systemd[1]: /lib/systemd/system/vyos-router.service:17: Unknown section 'Mount'. Ignoring. | |||
2020-12-18 | systemd: mount bpf sysfs directory | Christian Poessinger | |
2020-10-28 | Merge pull request #29 from cjeanneret/correct-scp-URI | Christian Poessinger | |
T3020: Correct scp completion hint | |||
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-10-17 | Merge pull request #27 from UnicronNL/current | Daniil Baturin | |
Config: T2834: Config rollback function is broken due lack access to … | |||
2020-10-17 | Config: T2834: Config rollback function is broken due lack access to the ↵ | Kim Hagen | |
config.boot | |||
2020-09-16 | Merge pull request #26 from zdc/T2117-equuleus | Christian Poessinger | |
Cloud-Init: T2117: Added order dependency for cloud-config.service | |||
2020-09-10 | Cloud-Init: T2117: Added order dependency for cloud-config.service | zsdc | |
As part of cleaning up our Cloud-Init package from changes incompatible with the upstream package, the `Before=vyos-router.service` should be moved from the `cloud-config.service` file to the `vyos-router.service` as `After=cloud-config.service`. This should not affect anyhow the `vyos-router.service`, it will work as before in systems without Cloud-Init. In systems with Cloud-Init package the `vyos-router.service` should be run after the `cloud-config.service`. | |||
2020-08-31 | Merge pull request #25 from jestabro/vyos-configd | John Estabrook | |
configd: T2582: hooks for vyos config script daemon configd: T2582: set vyshim env variable for config session configd: T2582: leave marker to indicate beginning of commit | |||
2020-08-31 | configd: T2582: set vyshim env variable for config session | John Estabrook | |
2020-08-31 | configd: T2582: leave marker to indicate beginning of commit | John Estabrook | |
2020-08-30 | Debian: add missing dependency on systemd (for systemctl) | Christian Poessinger | |
2020-06-23 | Jenkins: T2625: migrate to build library | Christian Poessinger | |
2020-05-04 | T1899: fix for unionfs-fuse rename of meta directory | John Estabrook | |
In release v1.0 of unionfs-fuse, the meta directory was renamed from .unionfs to .unionfs-fuse. Consequently, the clean up of the directory following a commit vacuously succeeds, and the meta data remains. On a subsequent commit, this hidden directory will be copied into the tmp directory structure. As permissions on the whiteout files belong solely to the user, commit actions in a multiuser environment may encounter permission errors, leading to a failure in commit. Change the meta directory name here to accord with the change in unionfs-fuse, but beware that the change is reverted in release v2.0 of unionfs-fuse. | |||
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-21 | Jenkins: T1870: support GitHub PullRequest builds | Christian Poessinger | |
2020-03-12 | [boot-config-loader] T1622: use vyos-boot-config-loader, if available | John Estabrook | |
2020-03-12 | [boot-config-loader] T1622: Add log file to logrotate list; add 'missingok' | John Estabrook | |
2020-02-28 | Interface: T2080: adjust to denesting of PPPoE | Christian Poessinger | |
2020-02-13 | Merge pull request #22 from zdc/T1987 | Christian Poessinger | |
dhclient-script: T1987: Moved vyatta-dhclient-hook from vyatta-cfg to vyos-1x | |||
2020-02-12 | dhclient-script: T1987: Moved vyatta-dhclient-hook from vyatta-cfg to vyos-1x | zsdc | |
2020-02-12 | grammar/spelling fix (#21) | kroy-the-rabbit | |
2020-02-11 | T2026: use unique exit codes for commit errors. | Daniil Baturin | |
2020-02-11 | T2026: use a unique exit code for config parse errors. | Daniil Baturin | |
2020-02-10 | T2026: make cli-shell-api showConfig fail on errors. | Daniil Baturin | |
2020-01-22 | Makefile: define BUILT_SOURCES variable to support concurret builds | bradsoto | |
When running make -jN, make would fail randomly with higher numbers of N. "cli_parse.h not found". This fixes the error. | |||
2020-01-21 | Merge pull request #20 from runborg/fix-T1970 | Christian Poessinger | |
T1970: init: delay initialization of vyos-router to udev is setteled | |||
2020-01-19 | T1970: init: delay initialization of vyos-router to udev is setteled | Runar Borge | |
On devices with many nic's udev initialization and nic renaming could take a lot of time, this commit delays vyos-router startup until udev is completed, and thouse all nic renaming processes are completed prior to starting vyos-router | |||
2019-12-28 | Revert "T1910: pin vyattacfg and vyattaop GID" | Christian Poessinger | |
This reverts commit 9f6995f68f3000373dffa292f9868c512967e111. | |||
2019-12-27 | T1910: pin vyattacfg and vyattaop GID | Christian Poessinger | |
2019-12-27 | Jenkins: make pipeline branch independent | Christian Poessinger | |
2019-12-18 | Merge branch 'equuleus' of github.com:vyos/vyatta-cfg into current | Christian Poessinger | |
* 'equuleus' of github.com:vyos/vyatta-cfg: T1604: run bash builtin "set" as-is in vyatta_cfg_run Jenkins: import Pipeline from vyos-1x commit e541ffc4f34c update Jenkins file for equuleus |