Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | T969: bind mount /boot before config.boot is loaded so that GRUB config can ↵ | Daniil Baturin | |
be modified by config scripts. | |||
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. | |||
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 | T867: add support for running post-upgrade scripts. | 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 | |
2018-06-05 | T684: remove the old config to command convertor.lithium | Daniil Baturin | |
2017-11-08 | Merge pull request #9 from c-po/add-load-https-support | Kim | |
T281: Add https support to the load command | |||
2017-11-07 | Merge remote-tracking branch 'upstream/current' into add-load-https-support | Christian Poessinger | |
* upstream/current: Revert "T441: Remove dependency on vyatta-quagga. This package should not depend on any routing stack anyway." | |||
2017-11-07 | Revert "T441: Remove dependency on vyatta-quagga. This package should not ↵ | UnicronNL | |
depend on any routing stack anyway." This reverts commit 460a08d652ab7f7f38bf6c5b46d57009300d81da. | |||
2017-11-03 | T281: Support 'http' permanent redirects (code 301) | Christian Poessinger | |
This enables fetching a VyOS config from a http://foo/bar URL even when http://foo/bar is a permanent redirect to https://foo/bar. | |||
2017-11-03 | T281: Validate error codes for 'http' and 'https' | Christian Poessinger | |
2017-11-03 | T281: Add https support to the load command | Christian Poessinger | |
2017-11-01 | T441: Remove dependency on vyatta-quagga. This package should not depend on ↵ | Daniil Baturin | |
any routing stack anyway. | |||
2017-11-01 | use unique_ptr if gcc is version 6 or higher | Kim Hagen | |
2017-11-01 | make the build process more quiet | Kim Hagen | |
2017-11-01 | ignore return statements warnings/errors, maybe we should do something with ↵ | Kim Hagen | |
the return codes? | |||
2017-11-01 | enable hardening and remove deprecation allowing | Kim Hagen | |
2017-11-01 | only do "g_type_init()" if version is 2.35.0 | Kim Hagen | |
2017-11-01 | replace deprecated auto_ptr for unique_ptr | Kim Hagen | |
2017-10-25 | fix compilation error | Kim | |
2017-10-25 | try not to tear down session on boot | Kim | |
2017-08-28 | fix compilation errors on newer gcc | Kim Hagen | |
2017-08-28 | option to install higher version of libboost-filesystem | Kim | |
2017-08-18 | T353: oops, forgot one more bit of the python install. | Daniil Baturin | |
2017-08-18 | T353: remove the python library from vyatta-cfg. | Daniil Baturin | |
2017-08-18 | T352: move the config library to its own package. | Daniil Baturin | |
2017-04-27 | include etc/logrotate.d/auth in debian package | Kim | |
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 | |||
2017-01-09 | Merge pull request #7 from jhendryUK/add_python_vyos_mgmt_to_vyatta_cfg | Daniil Baturin | |
Adding python-vyos-mgmt library to vyatta-cfg package | |||
2017-01-09 | Adding python-vyos-mgmt library to vyatta-cfg package | Jason Hendry | |
2016-12-30 | Add initial draft of the python config library. | Daniil Baturin | |