summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-05T3663: build python3-inotify package using stdebJohn Estabrook
2021-07-04Debian: T3641: enable Bullseye APT "updates"Christian Poessinger
2021-07-01Accel-PPP: T3641: update version which support building for Debian 11Christian Poessinger
2021-06-30Kernel: T3318: update Linux Kernel to v5.10.47Christian Poessinger
2021-06-29Debian: T3641: use ethtool from BusterChristian Poessinger
The latest version from ethtool changed parts of how certain output text is handled RX/TX ring buffers, or how to work with SFP+ NICs and the possibility/not-possibility in configuring auto-negotiation parameters. Until those error(codes) are properly intercepted from VyOS 1.4 - use the old, known to work version of ethtool.
2021-06-29Set the default shell to bash so that we can use -o pipefailDaniil Baturin
2021-06-27Kernel: enable CONFIG_XFRM_INTERFACEChristian Poessinger
Required for IPSec XFRM interfaces.
2021-06-27Kernel: build CONFIG_USB_NET_HUAWEI_CDC_NCM as moduleChristian Poessinger
2021-06-27Kernel: enable CONFIG_MPTCPChristian Poessinger
2021-06-27chroot: drop vmware-tool/tools.conf now shipped in vyos-1x-vmwareChristian Poessinger
2021-06-27Jenkins: add missing "--privileged" flag to container startupChristian Poessinger
2021-06-26frr: when using "git am" for patches, use date from the e-mail messageChristian Poessinger
By default the command records the date from the e-mail message as the commit author date, and uses the time of commit creation as the committer date. This allows the user to lie about the committer date by using the same value as the author date.
2021-06-26Docker: use dedicated Jenkinsfile to build containersChristian Poessinger
2021-06-26Jenkins: make arm64 dockerbuild a dedicated execution pathChristian Poessinger
2021-06-25Docker: T3641: upgrade rtrlib version to properly locate libssh-devChristian Poessinger
The latest commit of rtrlib is required to properly locate the libssh-dev header files for Debian Bullseye base systems.
2021-06-23Kernel: T3318: update Linux Kernel to v5.10.46Christian Poessinger
2021-06-22Testsuite: list config directories for trouble shootingChristian Poessinger
2021-06-22Testsuite: consolidate usage of VyOS op/cfg shell promptChristian Poessinger
2021-06-22lb: turn on debugging informational messagesChristian Poessinger
2021-06-21Debian: T3641: allow package downgradesChristian Poessinger
2021-06-21T3641: hooks: open-vm-tools: use Python3 interpreterChristian Poessinger
2021-06-21Docker: ipaddrcheck only has a build dependency on libcidr-dev, remove libcidr0Christian Poessinger
2021-06-21Revert "vmware: tools.conf is now provided via vyos-1x-vmware package"Christian Poessinger
This reverts commit 27a15f8577cd0bf848f30ca2ecb8e147055c3618.
2021-06-21Debian: T3641: use bash/bash-completion from BusterChristian Poessinger
vyatta-bash is incompatible with the new syntax found in bash-completion which was added in BASH 5.1. Thus we select the "old" bash version from Debian Buster which is known to work.
2021-06-21lb: T3641: APT::Default-Release="current" no longer worksChristian Poessinger
Pin all packages from our current repository with a APT preference file.
2021-06-21lb: T3641: switch to UTC timestampsChristian Poessinger
2021-06-21PDNS: T3641: we can use the upstream version 4.4Christian Poessinger
2021-06-21Docker: T3641: vyos-1x now depends on dh-pythonChristian Poessinger
2021-06-21T3641: nftables: use upstream packageChristian Poessinger
2021-06-20Docker: T3641: temporary disable arm64 buildsChristian Poessinger
qemu: uncaught target signal 11 (Segmentation fault) - core dumped /var/lib/dpkg/info/libc-bin.postinst: line 53: 2576 Segmentation fault ldconfig qemu: uncaught target signal 11 (Segmentation fault) - core dumped /var/lib/dpkg/info/libc-bin.postinst: line 53: 2579 Segmentation fault ldconfig --verbose dpkg: error processing package libc-bin (--configure): installed libc-bin package post-installation script subprocess returned error exit status 139 Errors were encountered while processing: libc-bin
2021-06-20Merge branch 'debian-bullseye' into currentChristian Poessinger
* debian-bullseye: T3641: hooks: use Python3 interpreter vmware: tools.conf is now provided via vyos-1x-vmware package Docker: T3641: add libiptc-dev build time dependency required by strongSwan FRR: T3641: fix package build on Bullseye (workaround) Docker: T3641: update rtrlib version 0.6.3 -> 0.7.0 Debian: T3641: switch to new distro Debian 11 - Bullseye
2021-06-20T3641: hooks: use Python3 interpreterChristian Poessinger
2021-06-20vmware: tools.conf is now provided via vyos-1x-vmware packageChristian Poessinger
2021-06-20Docker: T3641: add libiptc-dev build time dependency required by strongSwanChristian Poessinger
2021-06-20FRR: T3641: fix package build on Bullseye (workaround)Christian Poessinger
This is the workaround mentioned in https://github.com/FRRouting/frr/issues/6502
2021-06-20Docker: T3641: update rtrlib version 0.6.3 -> 0.7.0Christian Poessinger
2021-06-20Debian: T3641: switch to new distro Debian 11 - BullseyeChristian Poessinger
2021-06-20Kernel: T3318: update Linux Kernel to v5.10.45Christian Poessinger
2021-06-16Kernel: T3318: update Linux Kernel to v5.10.44Christian Poessinger
2021-06-16Accel-PPP: T3629: update to latest versionDmitriyEshenko
2021-06-15Merge pull request #171 from zdc/T2343Christian Poessinger
OVF: T2343: Fixed wrong order for items in OVF
2021-06-15OVF: T2343: Fixed wrong order for items in OVFzsdc
According to OVF Specification (ver. 2.1.1, line 630), rasd class elements should be ordered by Unicode code point. This commit fixes the wrong order to conform to specification requirements.
2021-06-13Testsuite: wait 600 seconds after image installation startupChristian Poessinger
2021-06-13Revert "Jenkins: re-add erroneously removed when build conditions"Christian Poessinger
This reverts commit 8a6a04f. Unfortunately this leads to more problems then it caused good as packages are not build when needed - only somtimes, so this is not a reliable solution.
2021-06-13Testsuite: wait 600 seconds after kvm start for promptChristian Poessinger
This is required to test via a GitHub action
2021-06-13Kernel: enable CONFIG_USB_NET_HUAWEI_CDC_NCMChristian Poessinger
2021-06-11Merge pull request #170 from runborg/arm64-intelChristian Poessinger
Arm64: kernel: Update arm64 defconfig for 5.10.42 and add intel+realtek nic drivers
2021-06-10arm64: kernel: Add drivers for intel and realtek nicsRunar Borge
Compiling in support for intel and realtek nics
2021-06-10arm64: kernel: Update kernel config with new options for Linux/arm64 5.10.42Runar Borge
Only change is the kernel config loaded into 5.10.42 "make menuconfig" So obsolete config entries are removed and new options are added with its default
2021-06-10Kernel: T3318: update Linux Kernel to v5.10.43Christian Poessinger