Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-17 | Merge pull request #28 from UnicronNL/crux | 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-11 | New release.vyos/1.2.6 | VyOS Maintainers | |
2020-03-09 | Merge branch 'crux' of github.com:vyos/vyatta-cfg into cruxvyos/1.2.5 | Daniil Baturin | |
2020-03-09 | New release. | VyOS Maintainers | |
2020-01-31 | frr - typo fixed to stop frr | hagbard | |
2020-01-23 | 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-27 | Jenkins: make pipeline branch independent | Christian Poessinger | |
2019-12-10 | New release.vyos/1.2.4 | VyOS Maintainers | |
2019-10-09 | Jenkins: import Pipeline from vyos-1x commit b198cc6f065d | Christian Poessinger | |
2019-08-31 | [logrotate] T1420 - logrotate permission errors on vyatta logfiles | hagbard | |
2019-05-21 | Create Jenkinsfile crux | Kim Hagen | |
2019-04-14 | T1273: shorten the debug check. | Daniil Baturin | |
2019-04-14 | T1273: add an kernel command line option to enable debugging on boot. | Daniil Baturin | |
2019-04-14 | T1273: add rudimentary script profiling support. | Daniil Baturin | |
2019-04-01 | T1310: use FQDN as hostname in config prompt | Christian Poessinger | |
(cherry picked from commit 2b2010c42b827e7d119d962c7f4a1bc00900800a) | |||
2019-03-12 | Update the startup script for FRR post 7.0 start procedure. | Daniil Baturin | |
2019-01-26 | Merge branch 'current' into crux | Daniil Baturin | |
2019-01-11 | Merge pull request #15 from xrpixer/xrpixer | Yuriy Andamasov | |
T1068: Increase Max CMD Output | |||
2019-01-11 | T1068: Increase Max CMD Output | xrpixer | |
2019-01-02 | T1146: run postconfig scripts from vyos-router startup script to force ↵ | Daniil Baturin | |
correct ordering. | |||
2019-01-02 | T1146: run postconfig scripts from vyos-router startup script to force ↵ | Daniil Baturin | |
correct ordering. | |||
2018-12-31 | Merge branch 'current' into crux | Daniil Baturin | |
2018-12-23 | Merge pull request #14 from runborg/current | Christian Poessinger | |
T1134: libboost-filesystem 1.62 is not compatible with jessie | |||
2018-12-23 | libboost-filesystem 1.62 is not compatible with jessie, updated to 1.55 as ↵ | Runar Borge | |
is shipped with jessie Commit f8cc921(https://github.com/vyos/vyatta-cfg/commit/f8cc92151e0c710c65da2089c9af70fd8cd230b5) breaks compiling on jessie because the version expected is newer than found on jessie. prior to this commit version 1.55 was allowed. | |||
2018-12-20 | Get rid of a hardcoded versioned package dependency. | Daniil Baturin | |
2018-11-12 | Merge branch 'current' into crux | Daniil Baturin | |
2018-11-12 | T969: bind mount /boot before config.boot is loaded so that GRUB config can ↵ | Daniil Baturin | |
be modified by config scripts. | |||
2018-10-28 | Merge branch 'current' into crux | Daniil Baturin | |
Conflicts: debian/vyatta-cfg.vyatta-router.service | |||
2018-10-28 | T253: quote tag node names if they contain special characters. | Daniil Baturin | |
2018-10-21 | Merge pull request #12 from UnicronNL/current | Kim | |
Move systemd mods to /lib directory | |||
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-18 | Create the status file at the correct moment. | Kim | |
2018-10-17 | T901: increase vyos-router startup timeout | Christian Poessinger | |
With a lot of firewall zones and rules the startup of vyos-router could be aborted due to timeout on weak hardware (e.g. Intel ATOM D525). Increase the systemd timeout value from 5 to 20 minutes to give the vyos-service enough time to startup even on less powerful hardware. (cherry picked from commit bdc9387450ff27981c7400b7f40b25275dbaa7cf) | |||
2018-10-17 | T901: increase vyos-router startup timeout | Christian Poessinger | |
With a lot of firewall zones and rules the startup of vyos-router could be aborted due to timeout on weak hardware (e.g. Intel ATOM D525). Increase the systemd timeout value from 5 to 20 minutes to give the vyos-service enough time to startup even on less powerful hardware. | |||
2018-10-14 | set correct service name for postrm | UnicronNL | |
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 | Merge branch 'current' into crux | Daniil Baturin | |
2018-10-01 | T867: add support for running post-upgrade scripts. | Daniil Baturin | |
2018-09-28 | New branch. | Daniil Baturin | |
2018-09-01 | T731: fix use of uninitialized value in concatenation | Christian Poessinger | |
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-26 | T441: replace After=frr.service with Wants= to ensure proper load order. | Daniil Baturin | |
2018-08-26 | T441: update changelog. | Daniil Baturin | |
2018-08-26 | T441: remove enablign the FRR service, done with an ISO build hook now. | Daniil Baturin | |
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 | |
2018-06-24 | T710: move the executables from vyatta-util to vyatta-cfg | Daniil Baturin | |
Do not use a shared library, since nothing else depends, or should depend on it. | |||
2018-06-24 | T684: remove the old config to commands convertor from the makefile. | Daniil Baturin | |