summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-14strongSwan: T4593: move to charon-systemdChristian Breunig
2023-02-12T5001: Replace links to the phabricator siteChristian Breunig
Replace links to the phabricator site from https://phabricator.vyos.net to https://vyos.dev
2023-02-11Docker: T4991: update commit refs for vyos1x-config and libvyosconfigJohn Estabrook
2023-02-10Kernel: T4928: update Linux Kernel to v6.1.11Christian Breunig
2023-02-07Kernel: T4928: update Linux Kernel to v6.1.10Christian Breunig
2023-02-06Merge pull request #304 from vfreex/babel-frr-patchesChristian Breunig
T4977: Add FRR patches for Babel support
2023-02-07T4977: Add FRR patches for Babel supportYuxiang Zhu
Backports the following PRs to FRR 8.4: - 0001-tools-Add-missing-daemons.patch: backported from https://github.com/FRRouting/frr/pull/12611 - 0002-babeld-Add-missing-no-commands.patch: backported from https://github.com/FRRouting/frr/pull/12640 Signed-off-by: Yuxiang Zhu <vfreex@gmail.com>
2023-02-04Kernel: T4928: update Linux Kernel to v6.1.9Christian Breunig
2023-01-31Merge pull request #301 from jestabro/pin-pcre-no-jitChristian Breunig
Docker: T4970: pin OCaml pcre package to avoid JIT support
2023-01-31Docker: T4970: pin OCaml pcre package to avoid JIT supportJohn Estabrook
2023-01-31Revert "Resolve resource deadlock for udev iface shuffle"Christian Poessinger
This reverts commit 8e6d765be123be9d937970ee96b7d6d0b5053ed5. This breaks existing configurations: https://forum.vyos.io/t/yesterday-and-todays-build-causes-network-interface-getting-corrupted-vyos-1-4-rolling-202301280924-amd64-iso
2023-01-29Merge pull request #299 from sempervictus/bug/interface_renaming_can_lock_udevdChristian Breunig
T4966: Resolve resource deadlock for udev iface shuffle
2023-01-29Resolve resource deadlock for udev iface shuffleRageLtMan
UDEV contains a default rule triggered early-on which renames all NICs by their index to eX, systemd-udevd subsequently renames the eX interface to ethX. Systemd-udevd can fail to rename the iface if it still has resource locks from the prior renaming which then fails to apply all manner of configurations resulting in a booted zombie which cannot handle L3 traffic. Fix the concern by removing 62-temporary-interface-rename.rules from /etc/udev/rules.d during the cleanup hook executed in data/live-build-config/hooks/live/82-cleanup-udev-rules.chroot. Testing: Boot-tested in OpenStack under identical infrastructure-as-code states. Verified DHCP-assigned routes, execution of cloud-init, and configuration stanzas injected through cloud-init applied to the FW and system.
2023-01-27T4961: update commit refs for vyos1x-config and libvyosconfigJohn Estabrook
Fix/improve error reporting for configtree.copy
2023-01-24Kernel: T4928: update Linux Kernel to v6.1.8Christian Breunig
2023-01-24Merge pull request #298 from sever-sever/T4941Christian Breunig
T4941: Update accel-ppp version due to IPoE issues with kernel 6
2023-01-24T4941: Update accel-ppp version due to IPoE issues with kernel 6Viacheslav Hletenko
Update 'accel-ppp' where bug fix with incompatibility IPoE vlan_mon driver with Linux kernel 6.1.x
2023-01-21GitHub: update PullRequest templateChristian Breunig
2023-01-18Jenkins: strongSwan: T1888: install libcurl4-openssl-devChristian Breunig
2023-01-18Revert "strongSwan: T1888: install libcurl4-openssl-dev build dependency"Christian Breunig
This reverts commit 05d0c7359ee1e3084e25ba294c6492031d893423.
2023-01-18strongSwan: T1888: install libcurl4-openssl-dev build dependencyChristian Breunig
ocserv docker container depends on libcurl4-gnutls-dev which automatically uninstalls libcurl4-openssl-dev from the container. This commit re-adds the dependency.
2023-01-18Jenkins: run RAID-1 test before smoketest to save CPUChristian Breunig
2023-01-18Kernel: T4928: update Linux Kernel to v6.1.7Christian Breunig
2023-01-18Merge pull request #293 from aapostoliuk/T4551-sagittaChristian Breunig
strongSwan: T4551: Added soft lifetime calculation
2023-01-17strongSwan: T4551: Added soft lifetime calculationaapostoliuk
Depending on the configured hard lifetime the default soft lifetime might not make sense and could even cause rekeying to get disabled. To avoid that, derive the soft lifetime from the hard lifetime so it's 10% higher than the soft lifetime. https://github.com/strongswan/strongswan/commit/a2b1e06f07569e8d3f08a37b68a206164b67fbe3
2023-01-15Kernel: T4928: update Linux Kernel to v6.1.6Christian Breunig
2023-01-15ocserv: T4937: adjust Jenkins build pipeline to current branchChristian Breunig
2023-01-15Docker: T4937: add build dependencies for ocservChristian Breunig
2023-01-15ocserv: T4937: upgrade package to version 1.1.6Christian Breunig
2023-01-15Merge pull request #292 from c-po/t3008-chronyChristian Breunig
ntp: T3008: move from ntpd to chrony
2023-01-14ntp: T3008: move from ntpd to chronyChristian Breunig
2023-01-12Kernel: T4928: update ethtool to version 6.1Christian Breunig
2023-01-11Kernel: T4928: fix path on remote urlChristian Breunig
2023-01-11Kernel: T4928: update linux-firmware to 20221214Christian Breunig
2023-01-11Kernel: T4928: update Linux Kernel to v6.1.4Christian Breunig
2023-01-11qat: T4929: update Intel QAT drivers to 4.20.0-00001Christian Breunig
2023-01-09Revert "systemd: T4593: disable strongswan service by default"Christian Poessinger
This reverts commit 0351b37359517dab1a18379d180a01fd5271802e.
2023-01-03Kernel: T4691: enable CONFIG_BLK_DEV_DM optionChristian Poessinger
This enables Device Mapper support for either RAID targets or encrypted partitions.
2023-01-01Kernel: T4691: update Linux Kernel to v5.15.86Christian Poessinger
2023-01-01iproute2: T4284: update package for better tc JSON supportChristian Poessinger
vyos-1x QoS implementation comes with smoketests that heavily use the JSON output of tc. There had been some bugs in the JSON formatting until version version 6.1 of iproute2 [1, 2]. 1: https://lore.kernel.org/netdev/3ac544c09842410fb863b332917a03ad@poessinger.com/ 2: https://lore.kernel.org/netdev/f4806731521546b0bb7011b8c570b52b@poessinger.com/ 3: https://lore.kernel.org/netdev/e1fa5169db254301bc3b5b766c2df76a@poessinger.com/
2022-12-30podman: T4899: systemd services not being installed correctlyChristian Poessinger
2022-12-30podman: T4901: update to v4.3.1Christian Poessinger
2022-12-27systemd: T4593: disable strongswan service by defaultChristian Poessinger
2022-12-27strongSwan: T4593: upgrade package to 5.9.8Christian Poessinger
2022-12-26Docker: T4593: add strongSwan build dependency libtss2-devChristian Poessinger
2022-12-22Kernel: T4691: update Linux Kernel to v5.15.85Christian Poessinger
2022-12-20Kernel: T4691: update Linux Kernel to v5.15.84Christian Poessinger
2022-12-17GitHub: use private access token for review assignmentChristian Poessinger
2022-12-17Merge pull request #264 from initramfs/current-kitty-terminfoChristian Poessinger
vyos-utils: T4683: add kitty-terminfo package to build
2022-12-17GitHub: fix team reviewer assignmentChristian Poessinger
Unfortunately we always used the wrong syntax. According to https://github.com/shufo/auto-assign-reviewer-by-files we should use: ` - team: baz`