summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2026-01-19build: T8194: fix a typo in the root privileges commentDaniil Baturin
2026-01-19build: T8193: handle the case when build type and architecture mix-in files ↵Daniil Baturin
do not exist
2026-01-19build: T8194: use an exception to simplify exception handlingDaniil Baturin
2026-01-17build: T8185: fix install path for default configs in [[include_chroot]]John Estabrook
2026-01-17build: T8185: correct the install path for entry [default_config]John Estabrook
2026-01-17build: T8185: add vyos-1x directories dict to local utilsJohn Estabrook
2026-01-15Merge pull request #1102 from sever-sever/T8181Daniil Baturin
T8181: Add kernel CONFIG_MODULE_SIG for arm64 architecture
2026-01-15Merge pull request #1092 from sever-sever/T8065-v2Daniil Baturin
T8065: Dehardcode qemu settings to allow run tests on arch arm64
2026-01-15Merge pull request #1100 from sever-sever/T8174Christian Breunig
T8174: Disable CHELSIO_FCOE kernel module due to issues
2026-01-15T8181: Add kernel CONFIG_MODULE_SIG for arm64 architectureViacheslav Hletenko
Add missed CONFIG_MODULE_SIG kernel options for arm64 architecture
2026-01-14T8065: Dehardcode qemu settings to allow run tests on arch arm64Viacheslav Hletenko
2026-01-13T8162: Migrate to ipt-NETFLOW forkKyrylo Yatsenko
Switch to https://github.com/nuclearcat/ipt-netflow as it has up-to-date kernel support. Remove outdated patches.
2026-01-13T8174: Disable CHELSIO_FCOE kernel module due to issuesViacheslav Hletenko
While by-passing a Chelsio NIC in Proxmox, some users are experiencing issues with the `csiostor module`. After manually blacklisting the module in GRUB settings, no issues were found. Comment this module for the kernel.
2026-01-07T7664: Add patch that simplifies and cleans mgmtdKyrylo Yatsenko
Add https://github.com/FRRouting/frr/pull/20088 This PR fixes some crashes and lock problems in mgmtd.
2026-01-06T8146: Confirm the key when config encryption is configured without TPMGiga Murphy
2026-01-06T8155: Update accel-ppp-ng version to 3e30d9bViacheslav Hletenko
ipoe: Fix flowi4_tos build error for the Kernel 6.18
2026-01-05T7664: Rebase patches on 10.5Kyrylo Yatsenko
2026-01-05T7664: Remove patches that are already in 10.5Kyrylo Yatsenko
2026-01-05T7664: Upgrade FRR to 10.5Kyrylo Yatsenko
Need several patches: 0012-Revert-tools-Allow-deleting-of-interfaces.patch: Reverts change in frr-reload.py that runs 'no interface' command when all configuration of interface is deleted. When interface is still active this leads to lots of errors. 0013-Revert-bgpd-Ensure-incorrect-GR-config-isn-t-display.patch: Reverts change that FRR doesn't show graceful-reastart configuration for peer groups.
2025-12-30Merge pull request #1089 from sever-sever/T8132Daniil Baturin
T8132: Update the APT mirror list before a package build
2025-12-30Revert "T8121: Bump net-snmp version to 5.9.5.2"Viacheslav Hletenko
2025-12-30Merge pull request #1084 from sever-sever/T8117Daniil Baturin
T8117: Bump hsflowd version to v2.1.21-1 to fix sample collection on subinterfaces
2025-12-29Merge pull request #1083 from c-po/qemu-reuse-qcow2Christian Breunig
T8111: cloud-init: Implement smoketests for testing
2025-12-29T8132: Update the APT mirror list before a package buildViacheslav Hletenko
The repository update process must be independent of the existence of package/package.toml dependencies. This may lead to build failures for certain packages. Alway update the APT mirror list before build.
2025-12-26T8121: Bump net-snmp version to 5.9.5.2Viacheslav Hletenko
2025-12-26T8117: Bump hsflowd version to v2.1.21-1 to fix subinterfacesViacheslav Hletenko
This allows/fixes the use of subinterface selection for hsflowd.
2025-12-25Testsuite: T8111: add --cloud-init test targetChristian Breunig
Add support to dynamically assemble cloud-init NoCloud ISO image and attach it to an existing qcow2 image file. The config data injected via NoCloud is later validated if it has been properly configured on the OS level.
2025-12-24T8119: Bump accel-ppp-ng version to 474b63dViacheslav Hletenko
Update accel-ppp-ng version, use VPP hooks plugin ``` $ git log --oneline a9ceadc..HEAD 474b63d (HEAD -> current, origin/current, origin/HEAD) Merge pull request #19 from Andri iFullroot/SESSION_HOOKS cda32aa Merge pull request #20 from AndriiFullroot/CRYPTO_API_ACTUALIZATION b485a90 VD-2365: SSL calls refactoring bfeab4b T8010: Refactoring VPP hooks private data e451115 T8010: Rename vpp plugin to vyos_vpp plugin 88c0833 VD-2365: Update OpenSSL DES encryption ff14f31 VD-2365: Update OpenSSL DH usage a9bd91a VD-2365: Update OpenSSL calls for MD4/MD5 and SHA1 91bb6b1 T8010: ap_session/ppp cleanup fixup d65aeee T8010: added vpp plugin e2399b0 T8010: limiter plugin refactoring 2c00fde T8010: PPPoE plugin refactoring 9818f30 T8010: ap_session refactoring 56ac406 T8010: accel_iputils refactoring 1441dc2 T8010: PPP non-dev-ppp option 07f158d T8010: DHCPv6 and ND with non-socket packets feda3e0 T8010: Added hooks interface ```
2025-12-23Merge pull request #1080 from sarthurdev/kea_buildDaniil Baturin
kea: T8092: Build kea from source
2025-12-23Merge pull request #1082 from hedrok/T8046-add-link-params-cliViacheslav Hletenko
T8046: FRR: support no version of max-bw etc
2025-12-21Testsuite: T8111: make --iso and --disk optional argumentsChristian Breunig
It is now possible to pass in an already existing qcow2 disk image to the Testsuite. This is necessary if we would like to boot wxisting flavor images like KVM or PROXMOX.
2025-12-21Testsuite: T8111: add BOOTLOADERchooseSerialConsole() helperChristian Breunig
When booting ISO or installed image in QEMU testsuite, always select the serial console as default tty during Linux boot.
2025-12-21Testsuite: T8111: add basic_cli_tests() helper functionChristian Breunig
2025-12-21Testsuite: T8111: remove duplicate -vga and -cpu argument for QEMUChristian Breunig
2025-12-21T8046: FRR: support no version of max-bw etcKyrylo Yatsenko
Add FRR patch with '[no]' versions for commands: * max-bw * max-rsv-bw * unrsv-bw Without these frr-reload failes after deletion of link-params with these commands.
2025-12-19T8010: Added the HAVE_SESSION_HOOKS macro to the accel-pppd's buildAndrii Melnychenko
Signed-off-by: Andrii Melnychenko <a.melnychenko@vyos.io>
2025-12-19kea: T8092: Build kea from sourcesarthurdev
2025-12-18T8106: ARM: Add missing kernel modules for Marvell CN9130 platform supportViacheslav Hletenko
2025-12-15T8101: Add secure boot Kernel kexec optionsViacheslav Hletenko
Add Secure Boot - compatible kexec Kernel options - Required if system uses Secure Boot - Allows systemctl kexec or kexec to load signed kernels safely
2025-12-12Merge pull request #1077 from c-po/configtestsChristian Breunig
smoketest: T8087: bugfix missing f-ormat string indicator
2025-12-12Testsuite: T8087: fix pylint warningChristian Breunig
2025-12-12smoketest: T8087: bugfix missing f-ormat string indicatorChristian Breunig
Commit fe158b284 ("smoketest: T8087: reorganize folderstructure for embedded configttests") missed out defining the string to use with an 'f' prefix.
2025-12-11Merge pull request #1076 from c-po/configtestsChristian Breunig
smoketest: T8087: reorganize folderstructure for embedded configttests
2025-12-11smoketest: T8087: reorganize folderstructure for embedded configttestsChristian Breunig
2025-12-10T8085: Do not hardcode values in kernel build scriptsAndrii Klymenko
Add architecture detection for kernel configuration file.
2025-11-27Merge pull request #1066 from hedrok/T7766-bgp-lu-multiple-labelsViacheslav Hletenko
T7766: FRR: Support multiple labels in BGP-LU
2025-11-26T7766: FRR: Support multiple labels in BGP-LUKyrylo Yatsenko
Added patch patches/frr/0010-bgp-Support-multiple-labels-in-BGP-LU.patch It is in FRR upstream master (17a082ee3a5d1295c27323773c523c945af12c3d), rebased on 10.2
2025-11-26Merge pull request #1068 from asklymenko/patch-3Daniil Baturin
T7997: Exclude auxiliary directories from tarballs
2025-11-25Merge pull request #1071 from c-po/kernel-6.6.117Christian Breunig
Kernel: T8035: update Linux Kernel to v6.6.117
2025-11-24Kernel: T8035: update Linux Kernel to v6.6.117Christian Breunig