Age | Commit message (Collapse) | Author |
|
(cherry picked from commit 92195009af863c37847db2d6e0de355c93a7f725)
|
|
Add kernel modules for Hyper-V
Based on user reviews the following settings must be made:
```
CONFIG_CONNECTOR=y
CONFIG_HYPERV_UTILS=m
```
(cherry picked from commit 6f6e826977bd59947a660c9131ffeaf41d01d4bb)
|
|
Kernel: T5887: update Linux Kernel to v6.6.9 (backport #482)
|
|
(cherry picked from commit cc04a75932345ba37e4e18f82ae3f85330cedf68)
|
|
(cherry picked from commit db11c4bcefba6c03b4559dd4eee1c8e5265bb189)
|
|
container: T5867: upgrade podman to 4.7.2 (Debian Trixie) (backport #480)
|
|
(cherry picked from commit 197feda60148ebeb907a457c1c6178926b403038)
|
|
Kernel: T4928: add "set -e" to kernel build script (backport)
|
|
(cherry picked from commit e6701712e12189506e49be8c0e25c52a2b1325a1)
|
|
(cherry picked from commit 4e3fded1daa95cd0119af736ab15c79de494816d)
|
|
kernel: T5838: Enabled Infiniband for `mlx4` and `mlx5` (backport #476)
|
|
Mellanox/NVIDIA NICs require Infiniband support for proper communication with
user space, which is used by tools like DPDK.
This commit enables Infiniband with user access support and adds it to
`mlx4`/`mlx5`.
(cherry picked from commit 0a5b69b8472ce1b39f5a6f8af575aeecd459c34f)
|
|
(cherry picked from commit cc4ee5b42550a0053e92c93a323e675967f9caac)
|
|
ssh: T5841: Remove ssh-session-cleanup.service (backport #474)
|
|
With libpam-systemd >= 230-2, ssh-session-cleanup.service is no longer
necessary because when `UsePAM yes` in `/etc/ssh/sshd_config` (which is
the default), SSH sessions are cleaned up automatically when ssh-server
is shutdown or the system is rebooted.
(cherry picked from commit 10b5c5bc93f5d9bb99c5523f41a97d49a833a453)
|
|
(cherry picked from commit 1d3761114270a6c7f6ec61a134352b04f1fbd8d9)
|
|
T2640: update VyOS in docker image to current version (backport #462)
|
|
image-tools: T4516: enable vyos-grub-update service and update test script
|
|
(cherry picked from commit 64796852a4ba1eae5c7b436109365b798a99b38e)
|
|
(cherry picked from commit e891c1e160b48aae854205bfb42da86bd491e364)
|
|
(cherry picked from commit 69d7878dff33ef4be302874122a6ba36da2fca99)
|
|
initramfs: T5824: Added `openssl.cnf` to initramfs (backport #469)
|
|
Without `openssl.cnf` software that uses `libssl` (for example busybox) has
issues with connections to some HTTPS servers.
(cherry picked from commit 5765d670099dfc2bb4758264a84a36fdd9cba5d4)
|
|
(cherry picked from commit be92cde4750f8b7dd8e5c97e4161277e7c88522a)
|
|
(cherry picked from commit 09f3d551172bb5f542e70751b829c49d9bcdc3ef)
|
|
(cherry picked from commit a3d29d9110a39107c55794a404f9952ac8fd8687)
|
|
(cherry picked from commit 835500dfa3317e65e48032af441a26fba8e07065)
|
|
T5754 strongswan upgrade (backport #457)
|
|
(cherry picked from commit 68744626ea2650259a4d8daad528542556bb6188)
|
|
(cherry picked from commit f5d50b520313622a12feceb7b5f7ea4d1db6e96d)
|
|
(cherry picked from commit 04acce88c84857d58e347366b9cbd64bb1425aed)
|
|
(cherry picked from commit 2844d38c77547df7cd60b02730bd54b7e7952751)
|
|
ddclient: T5797: Upgrade to ddclient 3.11.2 (backport #464)
|
|
Upgrade to ddclient 3.11.2 and remove the patches that are now included
in the release version.
(cherry picked from commit 368b89ef056dbb412520dd49bd21611b8c7c1cb5)
|
|
ddclient: T5708: Upgrade to ddclient 3.11.1 (backport #453)
|
|
- Upgrade to ddclient 3.11.1
- Remove patches that are now upstream
- Add patch for duckdns dual stack
(cherry picked from commit f3cc9f58b60a8b9d69fe741e6e6811d06bd82a15)
|
|
Simply boot a live qemu version from the latest ISO build
(10:18) cpo lnx01:~/vyos-build [current] # sudo make qemu-live
if [ ! -f build/live-image-amd64.hybrid.iso ]; then
echo "Could not find build/live-image-amd64.hybrid.iso"
exit 1
fi
scripts/check-qemu-install --qemu-cmd build/live-image-amd64.hybrid.iso
INFO - Creating Disk image testinstall-20231119-101823-4483.img
SeaBIOS (version 1.16.2-debian-1.16.2-1)
Machine UUID f48b60b2-e6ad-49ef-9d09-4245d0585e52
Booting from DVD/CD...
ISOLINUX 6.04 20200816 ETCD Copyright (C) 1994-2015 H. Peter Anvin et al
(cherry picked from commit b3d0ebaf1d7d5b5a54be284e553defb8ed4a7a6f)
|
|
Use either "make oci" or call the script manually:
$ scripts/iso-to-oci build/live-image-amd64.hybrid.iso
I: mount ISO build/live-image-amd64.hybrid.iso
I: extracting squashfs content
I: generate OCI container image vyos-1.5-strongswan-202311241125.tar
I: to import the previously generated OCI image to your local images run:
docker import vyos-1.5-strongswan-202311241125.tar vyos:1.5-strongswan-202311241125 --change 'CMD [/sbin/init]'
(cherry picked from commit 499e8e1cbb90e24acf80d383a69e138cd745807c)
|
|
(cherry picked from commit 0411ec870eb25931efb3e42e68d5212fbb9e9844)
|
|
(cherry picked from commit a0d3d87813b9f3f52e43227e0dc35dc9b85b5a30)
|
|
T5776: kernel enable VFIO support (backport #459)
|
|
(cherry picked from commit c237941c3c95de16d2581b198b679288898758f3)
|
|
(cherry picked from commit 148a955e8a8c2c2e2cc11fa3589b564754cf0cf1)
|
|
T5689: Include librtr-dev in Debian dependencies to fix RPKI crash (backport #454)
|
|
|
|
This fixes FRR crashing on vtysh -c "show rpki $prefix" with the vyos build when librtr-dev was not available at FRR built time, see T5689.
(cherry picked from commit 931571bd486eb84042a4beb50412f5c7c21cbd9d)
|
|
T5695: Add LUA script to build FRR (backport #445)
|
|
Build FRR with LUA scripts --enable-scripting option
(cherry picked from commit 83d4a070897012e49c5b227a082a6f31cdb62815)
|
|
(cherry picked from commit 369c66ea669af2bf3c5bcbefa006c03344607611)
|
|
|