| Age | Commit message (Collapse) | Author |
|
Testsuite: T8375: verify proper serial console settings
|
|
Reverts vyos/vyos-build#1139 due to https://vyos.dev/T8472
As patch is incorrect
|
|
T8457: FRR: backport BGP-LS
|
|
Kernel: T8466: Update Linux Kernel to 6.6.133
|
|
|
|
Now that the serial console definition is dynamically generated by the image
installer, depending on the flavor data, it is time to validate the resulting
CLI nodes and GRUB config.
|
|
As there is also "set system console device <DEV> kernel", use a more specific
match criteria to avoid false positives.
|
|
|
|
Jool: T8299: upgrade version to 4.1.15
|
|
flavor: T8375: add flavor.json during build into resulting image
|
|
|
|
T8047: replace netplugd with vyos-netlinkd
|
|
In order for amd64 or arm64 images to know their serial console settings, we
embed a new file named "flavor.json" under "/usr/share/vyos" into the resulting
image. The file holds configuration parameters unique to the build flavor.
Corresponding library functions are available via a Python vyos.flavor module.
|
|
accel-ppp: T8439: update the commit reference for the memory corruption vulnerability
|
|
T8444: Fix smoke test workflow checkout to use right target branch
|
|
for the memory corruption vulnerability
|
|
|
|
T8410: Fix typos and mistakes in scripts and comments
|
|
Kernel: T8427: Update Linux Kernel to 6.6.130
|
|
Fix typos and mistakes in the comments
No functional changes
|
|
The custom patch "nft_ct: Added nfct_seqadj_ext_add() for DNAT'ed - conntrack."
is now available upstream in the Kernel tree.
|
|
kea: T8424: Update Kea to 3.0.3
|
|
|
|
T8273: FRR ospfv3: fix LSA when no new BDR elected + remove already merged patch
|
|
|
|
The patch
0018-zebra-Ensure-FRR-does-not-see-duplicate-local-routes.patch
is already in FRR 10.5, in commit b342bc23ce128520722c078e501ef2b410140632,
so removing it.
|
|
T8400: remove tshark binary from image
|
|
|
|
T8401: remove docker-vyos in favour of OCI (Open Container Image) format
|
|
|
|
kea: T7853: Offer subnet for any interface address
|
|
T8364: Add ISO build and config load smoke test workflow
|
|
|
|
|
|
Move repo prep to pre-build hook so patches can be applied and build using build.py
|
|
vyos_bld 5b8e3dd7a1a8:/vyos/vyos-build [current] # ls -al build/*.iso
-rw-r--r-- 1 root root 680525824 Mar 18 08:21 build/live-image-amd64.hybrid.iso
-rw-r--r-- 1 root root 680525824 Mar 18 08:31 build/vyos-2026.03.18-0821-oci-generic-amd64.iso
vyos_bld 5b8e3dd7a1a8:/vyos/vyos-build [current] # sudo make oci
I: mount ISO build/live-image-amd64.hybrid.iso
I: extracting squashfs content
I: generate OCI container image vyos-2026.03.18-0821-oci.tar
I: to import the previously generated OCI image to your local images run:
docker import vyos-2026.03.18-0821-oci.tar vyos:2026.03.18-0821-oci --change 'CMD [/sbin/init]'
vyos_bld 5b8e3dd7a1a8:/vyos/vyos-build [current] # ls -al *.tar
-rw-r--r-- 1 root root 2039336960 Mar 18 08:38 vyos-2026.03.18-0821-oci.tar
|
|
|
|
|
|
T8377: Update kernel ARM config for Marvell Octeon 10 CN10308
|
|
oci: T8366: remove features from container image which are not supported
|
|
Add CONFIG_RTC_DRV_EFI, CONFIG_RTC_DRV_PL031 kernel options for
system time update
|
|
Enable several additional kernel modules required for specific hardware
platforms.
Network:
- CONFIG_OCTEONTX2_AF
- CONFIG_OCTEONTX2_PF
eMMC:
- CONFIG_MMC_SDHCI_CADENCE
LED:
- CONFIG_GPIO_PCA953X
- CONFIG_LEDS_PCA955X_GPIO
I2C:
- CONFIG_I2C_THUNDERX
These drivers are built as modules to provide support for Marvell
OCTEON TX2 network devices, Cadence SDHCI eMMC controllers, PCA95xx
GPIO/LED expanders, and ThunderX I2C controllers.
|
|
T8334: arm64: updating image via 'add system image' fails with vmlinuz not found error
|
|
T8373: check-qemu-install: increase BOOTLOADER_SLEEP time
|
|
found error
|
|
|
|
T8363: Ensure FRR does not see duplicate local routes on interface changes
|
|
Add zebra patch from upstream
|
|
Running containers on VyOS on a container platform seems like an odd use-case
so we remove it in the beginning.
Also interacting with the Kernel and safety reboots will be removed from the
"system options" tree.
* system option kernel
* system option startup-beep
* system option root-partition-auto-resize
* system option reboot-on-panic
* system option performance
|
|
Kernel: T8345: Update Linux Kernel to 6.6.128
|