summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-09Jenkins: import Pipeline from vyos-1x commit 2d3539f9dec1VyOS_1.2-2019Q4Christian Poessinger
2019-10-08hooks: fixing typos for commit hookshagbard
2019-10-08frr - typo fixed to stop frrhagbard
2019-10-01T1424: Rewrite the config load scriptJohn Estabrook
2019-09-02Revert "[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 loaderJohn Estabrook
2019-08-27T1398: remove reference to deprecated version scriptJohn Estabrook
2019-06-19[logrotate] T1420 - logrotate permission errors on vyatta logfileshagbard
2019-06-06Merge pull request #18 from jestabro/config-migrateJohn Estabrook
T1334: Migration script runner rewrite
2019-05-30T1334: Migration script runner rewriteJohn Estabrook
Use vyos-1x migration script runner.
2019-05-29Merge pull request #17 from jestabro/merge-configJohn Estabrook
T1397: Rewrite the config merge script
2019-05-28T1397: Rewrite the config merge scriptJohn Estabrook
Add support for the config merge script in vyos-1x.
2019-05-21Create Jenkinsfile currentKim Hagen
2019-04-28Debian: alter depends to prepare for BusterChristian Poessinger
2019-04-14T1273: shorten the debug check.Daniil Baturin
2019-04-14T1273: add an kernel command line option to enable debugging on boot.Daniil Baturin
2019-03-21T1310: use FQDN as hostname in config promptChristian Poessinger
2019-03-13Revert "[frr-script] fixing frr-init parameter syntax"hagbard
This reverts commit 0eab765d5ad24f7fb4dd722ac20d370f708379f0.
2019-03-13Revert "version bump for 0eab765d5ad24f7fb4dd722ac20d370f708379f0"hagbard
This reverts commit be72ad60e5740eac3584869c780babf7553a0e67. Doesn't address the issue.
2019-03-13version bump for 0eab765d5ad24f7fb4dd722ac20d370f708379f0hagbard
2019-03-13[frr-script] fixing frr-init parameter syntaxhagbard
2019-03-12Update the startup script for FRR post 7.0 start procedure.Daniil Baturin
2019-02-28T1273: add rudimentary script profiling support.Daniil Baturin
2019-01-11Merge pull request #15 from xrpixer/xrpixerYuriy Andamasov
T1068: Increase Max CMD Output
2019-01-11T1068: Increase Max CMD Outputxrpixer
2019-01-02T1146: run postconfig scripts from vyos-router startup script to force ↵Daniil Baturin
correct ordering.
2018-12-23Merge pull request #14 from runborg/currentChristian Poessinger
T1134: libboost-filesystem 1.62 is not compatible with jessie
2018-12-23libboost-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-20Get rid of a hardcoded versioned package dependency.Daniil Baturin
2018-11-12T969: bind mount /boot before config.boot is loaded so that GRUB config can ↵Daniil Baturin
be modified by config scripts.
2018-10-28T253: quote tag node names if they contain special characters.Daniil Baturin
2018-10-21Merge pull request #12 from UnicronNL/currentKim
Move systemd mods to /lib directory
2018-10-21Move systemd mods to /lib directoryUnicronNL
Remove redundant my_commit check Do not show output on serial-getty (double output issue)
2018-10-18Create the status file at the correct moment.Kim
2018-10-17T901: increase vyos-router startup timeoutChristian 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-14set correct service name for postrmUnicronNL
2018-10-15Rework 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-01T867: add support for running post-upgrade scripts.Daniil Baturin
2018-09-01T731: fix use of uninitialized value in concatenationChristian Poessinger
2018-08-27T441: do not start FRR with systemdDaniil 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-26T441: replace After=frr.service with Wants= to ensure proper load order.Daniil Baturin
2018-08-26T441: update changelog.Daniil Baturin
2018-08-26T441: remove enablign the FRR service, done with an ISO build hook now.Daniil Baturin
2018-08-24T441: adjust init scripts and postinst actions to use FRR instead of quagga.Daniil Baturin
2018-08-04T668: do not mount /config since it's already done by an initramfs script.Daniil Baturin
2018-07-03T727: add support for pre-config boot scripts.Daniil Baturin
2018-06-24T710: move the executables from vyatta-util to vyatta-cfgDaniil Baturin
Do not use a shared library, since nothing else depends, or should depend on it.
2018-06-24T684: remove the old config to commands convertor from the makefile.Daniil Baturin
2018-06-05T684: remove the old config to command convertor.lithiumDaniil Baturin
2017-11-08Merge pull request #9 from c-po/add-load-https-supportKim
T281: Add https support to the load command