summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2023-11-15Merge branch 'sagitta' into mergify/bp/sagitta/pr-454Christian Breunig
2023-11-15T5689: Include librtr-dev in Debian dependencies to fix RPKI crashChristian Breunig
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)
2023-11-15T5695: Add LUA script to build FRRViacheslav Hletenko
Build FRR with LUA scripts --enable-scripting option (cherry picked from commit 83d4a070897012e49c5b227a082a6f31cdb62815)
2023-11-01T5701: Bump telegraf to version v1.28.3Viacheslav Hletenko
2023-11-01Merge pull request #447 from aapostoliuk/T5402-sagittaChristian Breunig
keepalived: T5402: Fixed Vyos branch in the Jenkins file
2023-10-31T5415: upgrade libyang library to v2.1.128Viacheslav Hletenko
(cherry picked from commit d0649cf3b5b6058e464c906f20fce92d75f1bdcd)
2023-10-31keepalived: T5402: Fixed Vyos branch in the Jenkins fileaapostoliuk
Fixed Vyos branch in the Jenkins file
2023-10-30Merge pull request #444 from vyos/mergify/bp/sagitta/pr-442zdc
keepalived:T5402:Added patch with arp_ignore to 1 on IPv6 VMACs (backport #442)
2023-10-27keepalived:T5402:Added patch with arp_ignore to 1 on IPv6 VMACsaapostoliuk
Added patch with commit '9ca8688' to pkg-keepalived 1:2.2.7-1 https://github.com/acassen/keepalived/commit/9ca8688c7fe591e1face259f19ee6169e20a3438 Setting arp_ignore to 1 ensures that the VMAC interface does not respond to ARP requests for IPv4 addresses not configured on the VMAC. (cherry picked from commit 86a97880700a42f2416c196ce93853a4e7e18b4d)
2023-10-27pmacct: T5663: the garbage headers issue fixAndrii Andrieiev
(cherry picked from commit 9eea9958697e81c8b49d69ce9cbf4d5ffede0dbb)
2023-10-22T4204: accel-ppp bump version 9669bcb99adcViacheslav Hletenko
(cherry picked from commit 3e9eefb12c31d2612a9f3ad020d0779cb350bf4e)
2023-10-18Kernel: T4928: disable RNDIS in arm64 buildsChristian Breunig
It's the second time the maintainers talk about removing RNDIS from the Linux Kernel. We should not bet on such a feature if not extremely necessary. https://www.phoronix.com/news/Linux-Disabling-RNDIS-Drivers (cherry picked from commit ac77ceec262803fcc01658ef51c22c674a854d56)
2023-10-18Revert "Kernel: T4928: enable CONFIG_USB_NET_RNDIS_HOST=m"Christian Breunig
This reverts commit 88be901bc103d1c47adbbc874d02e8ec5cde3397. (cherry picked from commit ad214dba3ec08a2fa8c9fb37f22db367ff663e8a)
2023-10-02Kernel: T5626: only select required Kernel CGROUP controllersChristian Breunig
TL;DR: systemd does not require the performance-sensitive bits of Linux control groups enabled in the kernel. However, it does require some non-performance-sensitive bits of the control group logic. http://0pointer.de/blog/projects/cgroups-vs-cgroups.html The only controllers required for VyOS to function are the memory and PID controller required by the container feature. All other controlles can be disabled. (cherry picked from commit 86f80f99c57240bda43b99d110de736aef4dea76)
2023-10-02Kernel: T5626: update to latest version with Kernel defaultsChristian Breunig
With all the minor fixes applied to the Kernel, also options change - this just syncs the previous config to the latest version with the new defaults applied that slipped in during all those bugfixes. (cherry picked from commit 33e78bde1a9d9da98c37269819b8b8e8e73ee39c)
2023-09-29pmacct: T5618: Fixed mistake in pmacct build scriptzsdc
Removed extra `not` in the `if` condition of the build script which inverts the return code. (cherry picked from commit 59e34c855e7d96b8abd4ab94d212a57901ed6bc1)
2023-09-28pmacct: T5618: install build time dependenciesChristian Breunig
(cherry picked from commit 3c313a62e72023a68ab523400b1da3e8a1a6fd29)
2023-09-28pmacct: T5618: Added build rules for custom pmacct packagezsdc
The current version of pmacct in Debian (`1.7.7-1`) contains the bug which leads to a crash when IMT is enabled and ICMP traffic is forwarded through a router. This commit adds our build with an extra patch, which solves the problem: https://github.com/pmacct/pmacct/commit/73af9545ea33cd87846306f648f634063ac41765 (cherry picked from commit d5f6445381c44a99459f45e74b792e250d727f44)
2023-09-26Kernel: extend .gitignore for new Intel and Realtek driversChristian Breunig
(cherry picked from commit fe9d19e71fa80720c99623062a662f7e6cdac200)
2023-09-26vpp: T1797: rmeove build instructions - moved to addon packageChristian Breunig
(cherry picked from commit 4cc2bbddb703f724c14c5953e684c288fc4918a7)
2023-09-26owamp: T4222: pin package to specific git tagChristian Breunig
It's not a good idea to select master here as this might lead to unwanted code slipping in. Latest master branch (v5.0) is currently unbuildable with the build instructions used. (cherry picked from commit a8ba4d8be9853193aa8a5cd408e74af98f2b40e0)
2023-09-25ci/cd: update branch references current -> sagittaChristian Breunig
2023-09-19T5125: bump hsflowd version to v2.0.52-1Viacheslav Hletenko
(cherry picked from commit 72f55aaac883d331a62e1506a3d35a80bf65933a)
2023-09-19T5588: Add kernel module CONFIG_NF_CONNTRACK_BRIDGEViacheslav Hletenko
(cherry picked from commit 97ddcaec1f488bef18c0d8dfa37cb272115e548a)
2023-09-11frr: fix build script to only rely on annotated tagsChristian Breunig
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)
2023-08-31Merge pull request #388 from sever-sever/T5261Christian Breunig
T5261: Update aws-gwlbtun packet
2023-08-31T5261: Update aws-gwlbtun packetViacheslav Hletenko
2023-08-31T5529: Fix missing symbolic link in linux-firmware package.Jalen Lin
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.)
2023-08-30T5525: VyOS mirror changedAndrii Andrieiev
2023-08-27Merge pull request #382 from tjjh89017/T5512Christian Breunig
T5512: linux-firmware: expand asterisk in modinfo firmware fields
2023-08-27T5512: linux-firmware: expand asterisk in modinfo firmware fieldsDate Huang
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
2023-08-27Revert "T5499: arm64: update vyos kernel configs with debian stock kernel"Christian Breunig
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.
2023-08-25jool: T5499: fix AttributeError: 'int' object has no attribute 'strip'Christian Breunig
This fixes an error introduced by commit 3d5445d8f7c0 ("T5499: arm64: build jool with correct depends").
2023-08-25Merge pull request #356 from sever-sever/T5261Daniil Baturin
T5261: Jenkins build package aws-gwlbtun
2023-08-22T5499: arm64: update vyos kernel configs with debian stock kernelDate Huang
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
2023-08-22T5499: arm64: build jool with correct dependsDate Huang
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
2023-08-20arm64: T5469: remove v8 string from version identifier to match amd64 schemaChristian Breunig
2023-08-12Kernel: T5325: enable CONFIG_PARPORTChristian Breunig
2023-08-06T5420: nftables - upgrade to latest 1.0.8Christian Breunig
2023-08-01frr: T5415: upgrade to stable/9.0 branchChristian Breunig
2023-08-01frr: T5415: upgrade libyang library to v2.1.80Christian Breunig
2023-08-01Kernel: T4599: set CONFIG_VIRTIO_FS to mYuya Kusakabe
Enable virtiofs to support lxd-agent. See https://github.com/canonical/lxd/blob/005bd8d473002a1f72b19b3e4f9e05557bece639/lxd/instance/drivers/driver_qemu.go#L2510-L2549
2023-07-25wide-dhcpv6: T5387: Add a no release option '-n'.1vivy
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>
2023-07-16Kernel: T4974: fix kernel module install pathChristian Breunig
2023-07-15Kernel: T4974: specify repo URL for openvpn-dco packageChristian Breunig
2023-07-15Kernel: T4974: rename package vyos-openvpn-dco -> openvpn-dcoChristian Breunig
2023-07-15firmware: T4540: update to Linux release 20230625Christian Breunig
2023-07-15Kernel: T4974: add OpenVPN Data Channel Offload (DCO) packageChristian Breunig
2023-06-24Kernel: T5310: add stmicro driver supportJohn
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.
2023-06-20vpp: T1797: add .gitignore fileChristian Breunig