summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2025-09-26T7870: Kernel add option CONFIG_NO_HZ_FULLViacheslav
Add options CONFIG_NO_HZ_FULL and CONFIG_RCU_NOCB_CPU for: - system option kernel cpu nohz-full - system option kernel cpu rcu-no-cbs Fixes: ``` kernel: Housekeeping: nohz unsupported. Build with CONFIG_NO_HZ_FULL r14 kernel: Unknown kernel command line parameters ```
2025-09-25Merge pull request #1040 from hedrok/T6516-isis-advertise-passive-onlyDaniil Baturin
T6516: frr: fix isisd advertise-passive-only
2025-09-25T7864: Bump HostAP version to 2.11Andrii Klymenko
Bump the HostAP package version to 2.11 to resolve security issues.
2025-09-22Merge pull request #1039 from jestabro/simplified-bind-mountDaniil Baturin
T7836: use /opt/vyatta/etc/config in tmptest
2025-09-20zerotier: T6455: Add symlink for build.pyl0crian1
2025-09-20zerotier: T6455: Add zerotier-one to vyos-build pipelinel0crian1
2025-09-19T6516: frr: fix isisd advertise-passive-onlyKyrylo Yatsenko
The patch 0008-isis-fix-advertise-passive-only-routes-install.patch fixes installing routes even when advertise-passive-only is enabled. Previously active circuits were ignored completely, patch makes isisd just not to advertise prefixes from active circuits, but install routes from them and do all other processing. FRR PR: https://github.com/FRRouting/frr/pull/19593
2025-09-19T7836: use /opt/vyatta/etc/config in tmptestJohn Estabrook
2025-09-19T7843: Remove accel-ppp form the packagesViacheslav
Remove the `accel-ppp` from the packages, as we migrated to the `accel-ppp-ng` and do not need it anymore. Remove build scripts and patches.
2025-09-18Merge pull request #1033 from sarthurdev/kea3.0Viacheslav Hletenko
kea: T7281: Update Kea to 3.0
2025-09-18Merge pull request #1030 from hedrok/T75-remove-pmacctDaniil Baturin
T75: remove pmacct
2025-09-17T7827: Add unionfs-fuse packagesarthurdev
2025-09-16Merge pull request #1029 from hedrok/T6962-frr-zebra-kernel-routesDaniil Baturin
T6962: frr: fix wrong kernel routes updates
2025-09-15kea: T7281: Update Kea to 3.0sarthurdev
2025-09-15T7824: Add support for disk controllers with the kernel MPI3MR optionViacheslav
Add module kernel option
2025-09-15T75: remove pmacctKyrylo Yatsenko
2025-09-15T6962: frr: fix wrong kernel routes updatesKyrylo Yatsenko
The patch 0007-zebra-remove-kernel-route-on-last-address-deletion.patch fixes root cause of the issue: Zebra didn't do anything on last IPv4 address deletion though kernel in such case deletes all IPv4 routes. FRR PR: https://github.com/FRRouting/frr/pull/19564
2025-09-10Merge pull request #1026 from hedrok/T7297-fix-ospf-redistribute-tableViacheslav Hletenko
T7297: frr: add ospf redistribute table-direct
2025-09-06Merge pull request #1023 from hedrok/T75-ipt-netflow-aggregation-modeViacheslav Hletenko
T75: ipt-netflow fix aggregation mode
2025-09-05T7297: frr: add ospf redistribute table-directKyrylo Yatsenko
Cherry-pick 84b4b6300585d0747d9794ee2f7c96920ce4a02c as patch 0006-ospfd-support-table-direct-redistribution.patch to support `table-direct` in ospf redistribute
2025-09-03T7772: Fix amazon-cloudwatch-agent buildAndrii Klymenko
2025-09-02T75: ipt-netflow fix aggregation modeKyrylo Yatsenko
* 0004-Change-aggregation-parameter-mode-400-444.patch: Tests need to read 'aggregation' parameter. All other parameters have modes 444 or 644. Change mode of 'aggregation' 400 -> 444
2025-09-01Merge pull request #1021 from c-po/kernel-6.6.103Christian Breunig
Kernel: T5887: update Linux Kernel to v6.6.103
2025-09-01Merge pull request #1022 from hedrok/T75-ipt-netflow-add-samplerChristian Breunig
T75: ipt-netflow enable sampler, mac and vlan
2025-09-01T75: ipt-netflow enable direction + fix vlan outKyrylo Yatsenko
* add --enable-direction as requested * Fix output of `cat /proc/net/stat/ipt_netflow_flows`: previously if no VLAN, there was no output and table columns were shifted when parsed.
2025-08-31T75: ipt-netflow enable sampler, mac and vlanKyrylo Yatsenko
Enable sampler, MAC address and VLAN recording. For this to work two patches are needed: * 0001-Fix-prandom_u32-_max-get_random_u32-_below: fix interface updates for random numbers, took fix from https://github.com/aabc/ipt-netflow/commit/0c5759d002131ac3ae161713f4ce0d515037c1de * 0002-Fix-lu-llu-where-64bit: Fix lu -> llu for 64-bit fields
2025-08-31Kernel: T5887: update Linux Kernel to v6.6.103Christian Breunig
2025-08-29T7763: Modify the amazon-ssm-agent build scriptAndrii Klymenko
2025-08-28T7755: Add clang dependency to build hsflowdAndrii Klymenko
2025-08-26T7755: Bump hsflowd versionAndrii Klymenko
2025-08-25Merge pull request #1016 from c-po/kernel-6.6.102Christian Breunig
Kernel: T5887: update Linux Kernel to v6.6.102
2025-08-25Kernel: T5887: remove unused build dependency cleanup code pathChristian Breunig
2025-08-23T7749: Dehardcode x86_64 ARCH to build VPP libraries for accel-pp-ngViacheslav
Dehardcode x86_64 ARCH to build VPP libraries used for accel-ppp-ng
2025-08-22T7725: Bump accel-ppp-ng version to f5764eaViacheslav
Regular upgrade
2025-08-21Merge pull request #1013 from nobidev/features/add_libssl_for_tacacsDaniil Baturin
T7733: Add miss dependency libssl-dev for build tacacs
2025-08-19Merge pull request #1008 from sever-sever/T7714-kernelDaniil Baturin
T7714: Exclude auxiliary directories from linux-kernel tarballs
2025-08-19Merge pull request #1007 from sever-sever/T7714Daniil Baturin
T7714: Exclude auxiliary directories from common tarballs
2025-08-19T7714: Exclude auxiliary directories from linux-kernel tarballsViacheslav
Exclude auxiliary directories from linux-kernel and related to linux-kernel tarballs
2025-08-19T7733: Add miss dependency libssl-dev for build tacacsNobi
2025-08-18T7725: Bump accel-ppp-ng version to 1674efeViacheslav
Regular upgrade
2025-08-18T7729: Build accel-ppp-ng remove extra whitespaceViacheslav
Build accel-ppp-ng remove extra whitespace to fix build binaries
2025-08-16T7725: Bump accel-ppp-ng version to e14d23eViacheslav
Regular update
2025-08-14T7714: Exclude auxiliary directories from common tarballsViacheslav
2025-08-14T7697: Remove vyos-vpp build requirements to build vyos-1xViacheslav
The vyos-vpp repo was merged to the vyos-1x in the https://github.com/vyos/vyos-1x/pull/4650 We do not need copy from vyos-vpp repo anymore.
2025-08-06T7692: Bump VPP version to the stable 2506Viacheslav
2025-08-04Merge pull request #1001 from hedrok/T7537-aws-glbtun-updateDaniil Baturin
T7537: aws-gwlbtun: update to c1fd48b
2025-07-31T7666: Add script to build accel-ppp-ng binaries (#1002)Viacheslav Hletenko
* T7666: Add vpp-sflow src patches and accel-ppp-ng to gitignore * T7666: Add script to build accel-ppp-ng binaries * Update scripts/package-build/linux-kernel/build-accel-ppp-ng.sh --------- Co-authored-by: Daniil Baturin <daniil@baturin.org>
2025-07-31tpm: T7628: Fix typo in test expected stringsarthurdev
2025-07-30T7537: aws-gwlbtun: update to c1fd48bKyrylo Yatsenko
Updated aws-gwlbtun requires boost too new for Debian bookworm, but requires only one header-only library. * Add download/installation of thist boost header library. * Set path to this boost installation via cmake options.
2025-07-29Merge pull request #999 from sarthurdev/T7628Daniil Baturin
tpm: T7628: Extend test for non-TPM backed encryption