summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-27T2832: vyos-smoketest package is not called vyos-1x-smoketestChristian Poessinger
2020-08-26Kernel: T2831: Update Linux Kernel to v4.19.142Christian Poessinger
2020-08-23lcd: T2564: disable services by defaultChristian Poessinger
2020-08-23Kernel: T2822: Update Linux Kernel to v4.19.141Christian Poessinger
2020-08-18Merge pull request #119 from DmitriyEshenko/curr-ocservChristian Poessinger
anyconnect: T2036: disable ocserv.service by default
2020-08-18anyconnect: T2036: disable ocserv.service by defaultDmitriyEshenko
2020-08-15Kernel: T2797: Update Linux Kernel to v4.19.139Christian Poessinger
2020-08-14Merge pull request #118 from naoki9911/packer-fix-T2792Christian Poessinger
packer.json: T2792: use iso_checksum field instead of iso_checksum_type
2020-08-14packer.json: T2792: use iso_checksum field instead of iso_checksum_typeNaoki Matsumoto
Latest packer dropped iso_checksum_type field. Instead of iso_checksum_type field, use iso_checksum field to specify checksum type.
2020-08-10Kernel: Intel: config: i40evf driver is used from mainlineChristian Poessinger
2020-08-10Merge pull request #116 from runborg/armfixChristian Poessinger
T2766: vyos-build: build-config: arm64 is not a valid architecture
2020-08-10Kernel: T2780: Update Linux Kernel to v4.19.138Christian Poessinger
2020-08-06T2766: vyos-build: build-config: arm64 is not a valid architectureRunar Borge
arm64 is not a configurable as a valid architecture to build a vyos system on. This commit adds arm64 to the list of supported platforms to build a vyos system on
2020-08-04systemd: services: disable certbot by defaultChristian Poessinger
2020-08-03Revert "T1414: disable failing 10-unmountfs.chroot and needs verification"Christian Poessinger
This reverts commit 1850f165abda3f3d0498220e56ca594dc8ecca9c.
2020-08-03Jenkins: fix post { success { }} script when there is no ISO buildChristian Poessinger
2020-08-03build-packages: remove obsolete script and link to VyOS documentationChristian Poessinger
The referenced scripts/build-packages script was a proof of concept from me some time ago to build VyOS packages through a more or less tiny wrapper. The script was not maintained at any time and randomly caused more harm then good. The script has been abandoned and the documentation has been updated on how to build individual VyOS packages.
2020-08-02Jenkins: fix when condition on ISO buildChristian Poessinger
The ISO should not be build when there is e.g. a change on the Kernel.
2020-08-02Kernel: config: T2666: cleanup legacy network vendorsChristian Poessinger
Remove support for legacy PCI - ISA network cards
2020-08-02Intel: T2538: update NIC drivers to recent releasesChristian Poessinger
2020-08-02Accel-PPP: update to latest revisionChristian Poessinger
This will improve the SSTP performance on long fat networks.
2020-08-01Kernel: T2751: Update Linux Kernel to v4.19.136Christian Poessinger
2020-07-26linux-firmware: T2594: upgrade firmware extraction scriptChristian Poessinger
The logic of generating the required firmware file name has been moved from build-linux-firmware.sh directly into list-required-firmware.py which makes much more sense. That move was made by Daniil Baturin - I only did the integration part. Thanks!
2020-07-26T2021: import a patch for decimal OSPFv3 area support.Daniil Baturin
2020-07-25Kernel: T2730: Update Linux Kernel to v4.19.134Christian Poessinger
2020-07-21x86_64_vyos_defconfig: T2666: enable CONFIG_XDP_SOCKETSChristian Poessinger
2020-07-14Merge pull request #114 from runborg/T1927Christian Poessinger
T1927: arm: Readd CI build of emulated ARM64 container
2020-07-14T1927: arm: Readd CI build of emulated ARM64 containerRunar Borge
After a successfull CI build of this container it is considered working and is possible to add back to the build as a standard target. The container is changed so it handles an architecture change without changing the dockerfile
2020-07-06Merge pull request #113 from kroy-the-rabbit/nsswitch-memoryfixDaniil Baturin
T2678: Fixing massive memory usage with ssh and large number of routes
2020-07-05T2678: Fixing massive memory usage with ssh and large number of routeskroy
2020-07-05Merge pull request #110 from zdc/T2640-equuleusChristian Poessinger
Docker: T2640: Added ability to build Docker images with VyOS
2020-07-05packages: Kernel: T2684: Update Linux Kernel to v4.19.131Christian Poessinger
2020-07-05packages: accel-ppp: T2685: bump version for SSTP client fixChristian Poessinger
2020-07-04Merge pull request #112 from DmitriyEshenko/fnm-04072020John Estabrook
systemd: services: T2659: disable fastnetmon by default
2020-07-04systemd: services: T2659: disbale fastnetmon by defaultDmitriyEshenko
2020-07-03Testsuite: increase smoketest timeoutChristian Poessinger
On slow machines or with nested virtualisation the smoketests take really long to execute - thus increase the timeout.
2020-06-28Jenkins: lib: T2625: disable concurrent buildsChristian Poessinger
2020-06-28T2638: frr: use "git am" to apply patchesChristian Poessinger
2020-06-28packages: frr: add .gitignore for packageChristian Poessinger
2020-06-28Merge pull request #111 from runborg/T2638Christian Poessinger
T2638: FRR: FRR-reload needs patching to work on 7.3.0
2020-06-28T2638: FRR: FRR-reload needs patching to work on 7.3.0Runar Borge
Because of FRR bug 6062 (https://github.com/FRRouting/frr/issues/6062) frr-reload in frr 7.3.0 and 7.3.1 needs to be patched to work properly. without this patch frr-reload will allways compare against a blank/empty running configuration.
2020-06-27Makefile: indention fixChristian Poessinger
2020-06-27Revert "Testsuite: start smoketest as root"Christian Poessinger
This reverts commit 2d78aa082830065dd681cc50f8dffae77b4b8226.
2020-06-27Jenkins: lib: T2625: support PullRequest buildsChristian Poessinger
2020-06-26packages: linux-kernel: only build if requiredChristian Poessinger
2020-06-26Jenkins: ISO test is conditional on file existenceChristian Poessinger
2020-06-25packages: frr: fix commentChristian Poessinger
2020-06-25packages: netfilter: T1538: use require a recent version of ↵Christian Poessinger
libnetfilter-conntrack-dev During the build of conntrack-tools we need to first install the recent version of libnetfilter-conntrack-dev build in a previous step as its a dependency.
2020-06-25packages: netfilter: fix build issue on conntrack-toolChristian Poessinger
2020-06-25Docker: T2640: Added ability to build Docker images with VyOSzsdc
This implementation works, but it is on the proof-of-concept stage and requires extended testing.