summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-08Revert "frr: T3182: revert back to 7.4 series"Christian Poessinger
This reverts commit 01c7e4b51098a4585ef2291a391eb62bbe50e48e.
2021-02-08Revert "frr: T3182: revert back to 7.3 series"Christian Poessinger
This reverts commit 1278d2d0fe08da7b2b98586c0f9514b3fe0ce564.
2021-02-07Jenkins: add support for arm64 package buildsChristian Poessinger
2021-02-05Kernel: drop telco driversChristian Poessinger
2021-02-05Jenkins: only keep ISO images for 14 daysChristian Poessinger
2021-02-02Jenkins: run containers with "reuseNode" to stay on the same nodeqxmips
2021-01-31Merge pull request #144 from zdc/T2640-sagittaChristian Poessinger
VyOS in Docker: T2640: Fixed builds for sagitta
2021-01-31Kernel: also trigger build when "data/defaults.json" changesChristian Poessinger
(cherry picked from commit 070e2e77e93f34402fe17a6640dade7109571d63)
2021-01-31Kernel: T3276: update Linux Kernel to v5.10.12Christian Poessinger
2021-01-31iproute2: T3276: bump version to 5.10 to match the running KernelChristian Poessinger
2021-01-31Testsuite: use buildin commands over 'openvpn --genkey' raw commandChristian Poessinger
2021-01-31VyOS in Docker: T2640: Fixed builds for sagittazsdc
Fixed the problem when APT repositories were not configured properly in VyOS 1.4 / sagitta during a Docker image build.
2021-01-30Testsuite: generate required OpenVPN key(s)Christian Poessinger
Now all the loaded configs will support OpenVPN based interfaces, too. All required keys are now generated so the loaded configurations can use: - /config/auth/ovpn_test_ca.pem - /config/auth/ovpn_test_server.pem - /config/auth/ovpn_test_server.key - /config/auth/ovpn_test_dh.pem - /config/auth/ovpn_test_site2site.key - /config/auth/ovpn_test_tls_auth.key
2021-01-30Testsuite: generate WireGuard default keypairChristian Poessinger
Now all the loaded configs will support WireGuard interfaces, too. They now cat refer to the default-keypair to secure the link.
2021-01-30Testsuite: minor code cleanupChristian Poessinger
2021-01-25Jenkins: save CPU time and only test using vyos-configdChristian Poessinger
2021-01-25wide-dhcpv6: T3240: add CIChristian Poessinger
2021-01-25Merge pull request #141 from bstepler/T3240Christian Poessinger
Docker: T3240: add wide-dhcpv6 build dependencies
2021-01-24Kernel: T3243: update Linux Kernel to v5.10.10Christian Poessinger
2021-01-24systemd: services: T2518: disable ndppd serviceChristian Poessinger
2021-01-24Testsuite: increase smoketest timeout as we do more and more testsChristian Poessinger
2021-01-23Kernel: add *.tar.xz to .gitignoreChristian Poessinger
2021-01-23frr: T3227: import hotfix for frr-reload script to fix rpki issuesChristian Poessinger
2021-01-22Docker: T3240: add wide-dhcpv6 build dependenciesBrandon Stepler
2021-01-20sysctl: remove redundant configuration as this is done in vyos-1xChristian Poessinger
2021-01-17Kernel: T3218: remove unavailable RSS parameter from intel driver optionsChristian Poessinger
This is a roundup commit to ae2279e ("Kernel: no longer build Intel out-of-tree NIC drivers") as the in-tree drivers do not support this option, the always use the maximum available number.
2021-01-16Kernel: T3223: update linux-firmware to 20201218Christian Poessinger
(cherry picked from commit ab6d2763264423de4d02dc5b6aa48fe00eb8bf68)
2021-01-16Kernel: T3223: update Linux Kernel to v5.10.7Christian Poessinger
2021-01-16Kernel: T3223: retrieve firmware information from Kernel module binary itselfChristian Poessinger
2021-01-15Jenkins: retrive debian repo server via global variableChristian Poessinger
2021-01-10Kernel: no longer build Intel out-of-tree NIC driversChristian Poessinger
2021-01-10Docker: vyos-util package requires opem num packageChristian Poessinger
2021-01-10Docker: add missing python3-sphinx dependency for vyos-1xChristian Poessinger
2021-01-10Jenkins: Kernel: extract version from data/defaults.jsonChristian Poessinger
No need to specify the kernel version two times, it can be retrieved from data/defaults.json
2021-01-10Jenkins: Kernel: instead of 'git clone' the source use the tarballChristian Poessinger
This reduces the download and checkout overhead.
2021-01-09Kernel: T3199: update Linux Kernel to v5.10.6Christian Poessinger
2021-01-09Merge branch 'kernel-5.10' into currentChristian Poessinger
* kernel-5.10: QAT: update to 1.7.l.4.12.0 Kernel: Initial support for 5.10.4
2021-01-08Docker: add missing Accel-PPP dependenciesChristian Poessinger
2021-01-08Docker: Linux Kernel depends on rsyncChristian Poessinger
2021-01-08Docker: fix netfilter build dependenciesChristian Poessinger
2021-01-08Docker: fix FRR build dependenciesChristian Poessinger
2021-01-08Docker: iproute2 has a build dependency on libbsd-devChristian Poessinger
2021-01-08Docker: add missing cmake dependency on librtrChristian Poessinger
2021-01-08Docker: add wireguard and iproute2 build dependenciesChristian Poessinger
2021-01-08Docker: add missing FRR dependency on python3-sphinxChristian Poessinger
2021-01-07Docker: properly arrange vyos-build dependenciesChristian Poessinger
2021-01-07Docker: vyos-1x has a build-dependency on python3-jinja2Christian Poessinger
2021-01-07Docker: do not install librtr-doc to avoid pulling in additional dependenciesChristian Poessinger
2021-01-07Docker: update OCaml from 4.09.0 -> 4.09.1Christian Poessinger
This fixes a build with GCC 10 (coming in Debian Bullseye), release notes available here: https://ocaml.org/releases/4.09.1.html
2021-01-07Docker: drop dependencies for keepalivedChristian Poessinger
We no longer need to build keepalived on out own, we rely on the Debian upstream version.