summaryrefslogtreecommitdiff
path: root/scripts/package-build/frr/patches
AgeCommit message (Collapse)Author
2026-05-07T8612: FRR: fix ospf6d cmd output bugKyrylo Yatsenko
2026-05-07T8612: Upgrade FRR to 10.6.1Kyrylo Yatsenko
Rework BGP-LS megapatch to include all latest work on BGP-LS Rebase patches: * 0021-pathd-add-optional-protocol-to-no-mpls-te-import.patch * 0022-pathd-add-optional-parameters-to-no-index-cmd.patch Delete patches already merged into 10.6.1: * 0008-isis-fix-advertise-passive-only-routes-install.patch * 0009-T7909-eigrp-malformed-update-fix.patch * 0010-bgp-Support-multiple-labels-in-BGP-LU.patch * 0011-zebra-add-CLI-no-versions-for-max-bw-and-others.patch * 0014-Simplify-and-cleanup-mgmtd.patch
2026-04-29T8636: add FRR patches that fix pathd no cmdsKyrylo Yatsenko
7735ca88019a4fc6a9affee9df276b9c99773148 pathd: add optional parameters to `no index` cmd d421a3360bdb6eba18777388325b003b8bc985bc: pathd: add optional protocol to 'no mpls-te import' Both are upstream
2026-04-05T8457: FRR: backport BGP-LSKyrylo Yatsenko
2026-03-22T8273: FRR ospfv3: fix LSA when no new BDR electedKyrylo Yatsenko
2026-03-22T8273: FRR remove already merged patchKyrylo Yatsenko
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.
2026-03-09T8363: Ensure FRR does not see duplicate local routes on interface changesViacheslav Hletenko
Add zebra patch from upstream
2026-02-17T8126: FRR add no traffic-eng commandKyrylo Yatsenko
Add FRR patch with adding 'no traffic-eng' command and other pathd fixes. See commit description in patch file for full info.
2026-02-07T6977: FRR patch for 'no encapsulation' commandKyrylo Yatsenko
Patch adds command 'no encapsulation' under segment-routing/srv6
2026-02-07T6977: Remove patches that were added to 10.5Kyrylo Yatsenko
2026-01-19T7664: Add patch to fix zebra crashKyrylo Yatsenko
2026-01-07T7664: Add patch that simplifies and cleans mgmtdKyrylo Yatsenko
Add https://github.com/FRRouting/frr/pull/20088 This PR fixes some crashes and lock problems in mgmtd.
2026-01-05T7664: Rebase patches on 10.5Kyrylo Yatsenko
2026-01-05T7664: Remove patches that are already in 10.5Kyrylo Yatsenko
2026-01-05T7664: Upgrade FRR to 10.5Kyrylo Yatsenko
Need several patches: 0012-Revert-tools-Allow-deleting-of-interfaces.patch: Reverts change in frr-reload.py that runs 'no interface' command when all configuration of interface is deleted. When interface is still active this leads to lots of errors. 0013-Revert-bgpd-Ensure-incorrect-GR-config-isn-t-display.patch: Reverts change that FRR doesn't show graceful-reastart configuration for peer groups.
2025-12-21T8046: FRR: support no version of max-bw etcKyrylo Yatsenko
Add FRR patch with '[no]' versions for commands: * max-bw * max-rsv-bw * unrsv-bw Without these frr-reload failes after deletion of link-params with these commands.
2025-11-26T7766: FRR: Support multiple labels in BGP-LUKyrylo Yatsenko
Added patch patches/frr/0010-bgp-Support-multiple-labels-in-BGP-LU.patch It is in FRR upstream master (17a082ee3a5d1295c27323773c523c945af12c3d), rebased on 10.2
2025-10-08T7909: Added handling for malformed update msgsRitika Chopra
This patch fixes the crashes happening upon receipt of malformed update packets carrying routes other than IPv4 Internal routes. For packets carrying IPv4 Inernal routes, a subsequent patch is required
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-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-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-07-28T7639: Add patches to fix FRR reload for IS-IS segment routingViacheslav
2025-03-21T7226: Fixed ldpd crash with tLDP message for disabled LDP hello messageAndrii Melnychenko
Signed-off-by: Andrii Melnychenko <a.melnychenko@vyos.io>
2025-03-17T7226: Added FRR patch with option that disables LDP helloAndrii Melnychenko
2024-12-22T6674: move patches to "package/<package_name>" subfolderChristian Breunig
This prevents the accidental applying of a patch to multiple source directories defined in package.toml. Example FRR: Package consits of build instructions for libyang, rtrlib and frr itself. Previously patches in frr/patches folder got applied to libyang, rtrlib and frr which made no sense and could also fail a build.
2024-12-18T6958: Clear Babel config on babeld stopYaroslav Kholod
2024-11-06frr: T6854: build FRR with PCRE2 support for better performanceDaniil Baturin