summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-08Docker: drop installation of dh-systemdChristian Poessinger
dh-systemd was merged into debhelper in version 9.20160709 [1] and since stretch, dh-systemd is an empty transitional package. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822670 (cherry picked from commit 432f3f96927a54d2f606f34a3c54ea61406379ad)
2021-01-08moved webhost address to varsqxmips
(cherry picked from commit b5d36aaafab4c797937eff6488a90b0bb68522d5)
2021-01-04Fix a typo in the README.Daniil Baturin
2021-01-04Set the branch version number.Daniil Baturin
2021-01-03frr: T3182: revert back to 7.3 seriesChristian Poessinger
2021-01-03frr: T3182: revert back to 7.4 seriesChristian Poessinger
2020-12-31Kernel: T3168: update Linux Kernel to v5.4.86Christian Poessinger
2020-12-28systemd: services: disable ddclientChristian Poessinger
2020-12-28hooks: adjust to Debian Buster base systemChristian Poessinger
2020-12-28ddclient: 3151: pin to Debian BullseyeChristian Poessinger
Ddclient consists out of Perl code only, thus it's safe to use the Bullseye version.
2020-12-28systemd: services: disable additional service from vyatta-cfg-systemChristian Poessinger
This is the accompanying commit to [1], which moved all the service disable stuff to vyos-build only. [1]: https://github.com/vyos/vyatta-cfg-system/commit/8964d55045f57218d2f057
2020-12-28services: disable telegraf by defaultChristian Poessinger
Commit 5bd60a745de22 ("Add telegraf agent (experimentally)") added the agent to the rolling ISO. The telegraf daemon was thus always started by default and simply consuming RAM without doing anything useful. As all VyOS servcies are disabled by default, so is telegraf. If you wan't to experiment with it, you can simply start and enable the service on your system by: systemctl enable telegraf.service systemctl start telegraf.service
2020-12-25Kernel: T3145: virtio: enable MMIO_CMDLINE_DEVICESChristian Poessinger
2020-12-25Kernel: T3145: enable additional ciphersChristian Poessinger
2020-12-23salt: T3147: upgrade to version 3002.2Christian Poessinger
2020-12-23Merge pull request #139 from c-po/frr-updateDaniil Baturin
frr: T3146: upgrade to Free Range Routing 7.5 series
2020-12-22frr: T3146: upgrade to Free Range Routing 7.5 seriesChristian Poessinger
2020-12-22Kernel: T3145: update Linux Kernel to v5.4.85Christian Poessinger
2020-12-21Revert to FRR 7.4 until we figure our a libyang upgrade pathDaniil Baturin
2020-12-21Update to FRR 7.5Daniil Baturin
2020-12-19Docker: cleanup stages and remove unused packagesChristian Poessinger
2020-12-19kernel: rename patchesChristian Poessinger
2020-12-19Docker: T2666: install bpftool from buster-backportsChristian Poessinger
2020-12-19Merge pull request #136 from moepman/patch-1Christian Poessinger
Docker: T2666: fix wrong filename
2020-12-19Docker: T2666: architecture specific package installtion on linux headersChristian Poessinger
2020-12-17Docker: T2666: fix wrong filenameMarkus Hauschild
The temporary file in sources.list.d should be removed with the same name under which it is added
2020-12-17Docker: T2666: provide libbpf supportChristian Poessinger
2020-12-17Docker: T2666: gcc-multilib support only available for AMD64Christian Poessinger
2020-12-16Docker: T2666: add dependencies for XDP developmentChristian Poessinger
2020-12-15netplug: T3130: add VyOS specific helper scriptChristian Poessinger
2020-12-14GitHub: add PullRequest templateChristian Poessinger
2020-12-14netplug: T3130: replace vyos-netplug with upstream Debian versionChristian Poessinger
2020-12-14iproute2: T3129: add Jenkins buildChristian Poessinger
2020-12-14Merge branch 'kernel-5.4' of github.com:c-po/vyos-build into currentChristian Poessinger
* 'kernel-5.4' of github.com:c-po/vyos-build: Kernel: T3129: update Linux Kernel to v5.4.83
2020-12-14Kernel: T3129: update Linux Kernel to v5.4.83Christian Poessinger
2020-12-09Kernel: T3122: update Linux Kernel to v4.19.162Christian Poessinger
2020-12-06hooks: drop isc-dhcp helper files from /etc/defaultChristian Poessinger
2020-12-04Add telegraf agent (experimentally).Daniil Baturin
2020-12-03Kernel: T3107: update Linux Kernel to v4.19.161Christian Poessinger
2020-11-30CONTRIBUTING: extend guidelines with samples from the documentationChristian Poessinger
2020-11-27Merge pull request #134 from DmitriyEshenko/fix-igmp-pimChristian Poessinger
pim: T2744: Disable pimd by default to prevent conflict
2020-11-25pim: T2744: Disable pimd by default to prevent conflictDmitriyEshenko
2020-11-25Merge pull request #133 from sever-sever/T2061Christian Poessinger
frr-syslog: T2061: Moving FRR logs to messages: Fix debug mode
2020-11-25frr-syslog: T2061: Moving FRR logs to messages: Fix debug modesever-sever
2020-11-24Kernel: T3087: update Linux Kernel to v4.19.160Christian Poessinger
2020-11-23Add wireguard-modules dependencyChristian Poessinger
This is the completing commit for [1]. Moving this dependency here eases development on the 5.9 Kernel tree and also on the ARM tree as now vyos-build decides if an out-of-tree WireGuard modules should be incorporated into the image or not. [1] https://github.com/vyos/vyos-1x/commit/d915a15e665654207e3df9f59bca86c259d00d88
2020-11-19Kernel: T3075: update Linux Kernel to v4.19.158Christian Poessinger
2020-11-15Merge pull request #131 from zdc/T3039-equuleusChristian Poessinger
cloud images: T3039: Added cloud-guest-utils package dependency
2020-11-14Merge branch 't3041-intel-qat' into currentChristian Poessinger
* t3041-intel-qat: Revert "QAT: T2968: add support for Intel Atom C2000 platform"
2020-11-14cloud images: T3039: Added cloud-guest-utils package dependencyzsdc
Cloud-init requires the `growpart` script which is a part of the cloud-guest-utils package to grow a VyOS partition to all available space during deployment. Therefore it is necessary to add this package to images for virtual environments.