Age | Commit message (Collapse) | Author |
|
A recent added FRR tag base_fuzz_20230907 made the builds fail. Change "git
describe" command to only account annotated release tags.
(cherry picked from commit 0f75e12dd1af2f24216b95d29edeb02be0a62aaf)
|
|
T5261: Update aws-gwlbtun packet
|
|
|
|
The original does not copy symbolic link.
Fix the following problems.
1. Copy symbolic link to the target folder
2. Follow link to copy the original file. This is for some firmwares link to other place which not mention in modinfo.
(such as brcm/brcmfmac43455-sdio.bin links to cypress/cyfmac43455-sdio.bin. The cypress folder and firmware does not mention in any module.)
|
|
|
|
T5512: linux-firmware: expand asterisk in modinfo firmware fields
|
|
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
|
|
This reverts commit 8aafa6834bdd3d8ea4518fd73189141e2de70c9e.
This increases Kernel build time to >6h ane enables features we do not
need, as this is not Desktop/Server but a router.
|
|
This fixes an error introduced by commit 3d5445d8f7c0 ("T5499: arm64: build
jool with correct depends").
|
|
T5261: Jenkins build package aws-gwlbtun
|
|
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
|
|
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
Enable virtiofs to support lxd-agent.
See https://github.com/canonical/lxd/blob/005bd8d473002a1f72b19b3e4f9e05557bece639/lxd/instance/drivers/driver_qemu.go#L2510-L2549
|
|
This prevents a release signal from being sent to the ISP causing a new PD or address to be allocated.
wide-dhcpv6: T5387: Renumber patch file
wide-dhcpv6: T5387: Redo patch ontop of debian sources
Co-authored-by: MrLenin <909621+MrLenin@users.noreply.github.com>
Co-authored-by: marjohn56 <martin@queens-park.com>
|
|
|
|
|
|
|
|
|
|
|
|
I added also additional expansion card with 2 Intel i211 NIC’s.
I want to utilize all 4 NIC’s, but I have an issue because only NIC on expansion cards are properly detected.
|
|
|
|
|
|
|
|
Jun 16 20:39:24 systemd[1]: Starting hostapd@wlan0.service - Access point and authentication server for Wi-Fi and Ethernet (wlan0)…
Jun 16 20:39:25 hostapd[7198]: rfkill: Cannot open RFKILL control device
Jun 16 20:39:25 hostapd[7198]: wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE
Jun 16 20:39:25 systemd[1]: Started hostapd@wlan0.service - Access point and authentication server for Wi-Fi and Ethernet (wlan0).
Seems RFKILL is missing, or could there be someting else?
|
|
Without this option the 'vhost' modules are not included
|
|
The kernel 'vhost-net' options required for creating TAP devices
vpp# create tap
create tap: open '/dev/vhost-net': No such file or directory
vpp#
vpp# create tap id 1 host-if-name tap1
create tap: open '/dev/vhost-net': No such file or directory
vpp#
|
|
Add Mellanox Technologies firmware flash module mlxfw to kernel
|
|
Add Jenkins job to build AWS gateway load-balancer tunnel
handler .deb package
|
|
|
|
This is VyOS specific build based on current Debian 3.10.0-3 with the
following patches:
- z1_perhost-variable-new-style.patch (see ddclient/ddclient#505)
- z2_dyndns2-ipv4-ipv6.patch (see ddclient/ddclient#502)
- z3_duckdns-reply-fix.patch (see ddclient/ddclient#506)
- z4_dyndns2-multiline-multihost-fix.patch (see ddclient/ddclient#542)
|
|
no GUI
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added dependencies and build scripts for
https://github.com/NICMx/Jool/
|
|
|
|
frr: T5123: Backport detailed ospf route table patch to frr 8.5
|
|
|
|
frr: T5123: Add patch to support show detailed ospf route table
|
|
A newer version of minisign is already available in Debian Bookworm.
We can skip building a custom package.
This is a follow-up to T5003.
|
|
|
|
The Debian 12 upgrade in T5003 caused a regression for connecting to
legacy networks that only support TLSv1.0/1.1 for EAP-TLS. This commit
fixes one part of the issue by adding Debian's patch for allowing legacy
renegotiation (SSL_OP_LEGACY_SERVER_CONNECT flag). The flag used to be
allowed by default, but that changed with the openssl 3.0 upgrade in
Debian 12.
(This commit also updates `build.sh` to just overwrite
`debian/patches/series` and not delete patch files since
dpkg-buildpackage/quilt never applies unlisted patches.)
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
|