Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-11 | containers: T2216: Delete default and networks for podman | sever-sever | |
2021-04-04 | lsb: always restore the default issue banner on boot | Christian Poessinger | |
2021-04-02 | vyos-router: T3217: mount frr.conf to /run/frr/config dir | sever-sever | |
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 | |
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-03-12 | [boot-config-loader] T1622: use vyos-boot-config-loader, if available | John Estabrook | |
2020-02-12 | grammar/spelling fix (#21) | kroy-the-rabbit | |
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-10-08 | frr - typo fixed to stop frr | hagbard | |
2019-09-02 | Revert "[boot-config-loader] T1622: Add failsafe and backtrace to boot ↵ | Christian Poessinger | |
config loader" This reverts commit 2efab7cecff92a44245fdc32d928faf6386a6e03. | |||
2019-08-31 | [boot-config-loader] T1622: Add failsafe and backtrace to boot config loader | John Estabrook | |
2019-08-27 | T1398: remove reference to deprecated version script | John Estabrook | |
2019-05-30 | T1334: Migration script runner rewrite | John Estabrook | |
Use vyos-1x migration script runner. | |||
2019-03-13 | Revert "[frr-script] fixing frr-init parameter syntax" | hagbard | |
This reverts commit 0eab765d5ad24f7fb4dd722ac20d370f708379f0. | |||
2019-03-13 | [frr-script] fixing frr-init parameter syntax | hagbard | |
2019-03-12 | Update the startup script for FRR post 7.0 start procedure. | Daniil Baturin | |
2019-01-02 | T1146: run postconfig scripts from vyos-router startup script to force ↵ | Daniil Baturin | |
correct ordering. | |||
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-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 |