summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2017-11-07Merge remote-tracking branch 'upstream/current' into add-load-https-supportChristian Poessinger
* upstream/current: Revert "T441: Remove dependency on vyatta-quagga. This package should not depend on any routing stack anyway."
2017-11-07Revert "T441: Remove dependency on vyatta-quagga. This package should not ↵UnicronNL
depend on any routing stack anyway." This reverts commit 460a08d652ab7f7f38bf6c5b46d57009300d81da.
2017-11-03T281: 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-03T281: Validate error codes for 'http' and 'https'Christian Poessinger
2017-11-03T281: Add https support to the load commandChristian Poessinger
2017-11-01T441: Remove dependency on vyatta-quagga. This package should not depend on ↵Daniil Baturin
any routing stack anyway.
2017-11-01use unique_ptr if gcc is version 6 or higherKim Hagen
2017-11-01make the build process more quietKim Hagen
2017-11-01ignore return statements warnings/errors, maybe we should do something with ↵Kim Hagen
the return codes?
2017-11-01enable hardening and remove deprecation allowingKim Hagen
2017-11-01only do "g_type_init()" if version is 2.35.0Kim Hagen
2017-11-01replace deprecated auto_ptr for unique_ptrKim Hagen
2017-10-25fix compilation errorKim
2017-10-25try not to tear down session on bootKim
2017-08-28fix compilation errors on newer gccKim Hagen
2017-08-28option to install higher version of libboost-filesystemKim
2017-08-18T353: oops, forgot one more bit of the python install.Daniil Baturin
2017-08-18T353: remove the python library from vyatta-cfg.Daniil Baturin
2017-08-18T352: move the config library to its own package.Daniil Baturin
2017-04-27include etc/logrotate.d/auth in debian packageKim
2017-04-27add logrotate for auth.logKim Hagen
2017-03-30cleanup mount functionsKim
2017-03-30mounting different persistenceKim
if persistence is set for /config on an other device then also create and mount /config
2017-01-09Merge pull request #7 from jhendryUK/add_python_vyos_mgmt_to_vyatta_cfgDaniil Baturin
Adding python-vyos-mgmt library to vyatta-cfg package
2017-01-09Adding python-vyos-mgmt library to vyatta-cfg packageJason Hendry
2016-12-30Add initial draft of the python config library.Daniil Baturin
2016-12-26also output script to consoleKim
2016-08-05update script to correct fileKim Hagen
2016-08-05add enable and disable systemd serviceKim Hagen
2016-08-05revert compat number back to 5 to prevent compilation errorsKim Hagen
2016-08-05rewrite debian rules file and include systemd service for vyatta-router scriptKim Hagen
2016-02-26Do not remove dhclient.conf, the default config is harmless anyway.Daniil Baturin
2016-02-24Fix "Subroutine Vyatta::Misc::sockaddr_in6 redefined at" message.Kim Hagen
2016-02-09Use dhcp instead of dhcp3.Kim Hagen
2016-02-05Add function to bash-completion script to fix message "bad array subs cript"Kim Hagen
2016-02-05Change vyatta-union to vyos-union.Thomas Jepp
2016-02-03Actually mount /boot and /boot/grub on Jessie.Thomas Jepp
2016-01-240.102.0+vyos2+current1debian/0.102.0+vyos2+current1Kim Hagen