summaryrefslogtreecommitdiff
path: root/packages/frr/patches
AgeCommit message (Collapse)Author
2023-09-10Revert "frr: T5557: use treat-as-withdraw for tunnel encapsulation attribute ↵Christian Breunig
CVE-2023-38802" This reverts commit 13a5fa10d8c8632d08cf48a445c7d5925d3d42c4. Patch merged upstream
2023-09-10frr: T5557: use treat-as-withdraw for tunnel encapsulation attribute ↵Christian Breunig
CVE-2023-38802 Before this path we used session reset method, which is discouraged by rfc7606. Handle this as rfc requires. This addes the fix submitted as https://github.com/FRRouting/frr/pull/14381 upstream. Using VyOS patch until the above mentioned PR is merged.
2023-05-24frr: T4737: Replaced patch for connected routes processingzsdc
An old patch breaks connected routes in a situation when more than one IP address is presented on an interface and it switches state from down to up: ``` ip link set eth0 down ip a add 192.0.2.50/24 dev eth0 ip a add 192.0.2.51/24 dev eth0 ip link set eth0 up ``` A new version includes more backports from frr upstream, which work well regardless of an interface state.
2023-05-12FRR: T5221: Fixed BGP as-override behaviorzsdc
Override peer's ASN even if original as-path contains other ASNs This is a backport of 9bbdb4572d3bb255211fecf1c756452ab27e91c2 from the main FRR repository
2023-01-31frr: T4737: Fixed connected to BGP routes redistributionzsdc
This is backported commit for FRR 7.5.1 https://github.com/FRRouting/frr/commit/92980561382fc04380414a6e2f6ca6746c2fe5e9
2021-02-01frr: T3227: import hotfix for frr-reload script to fix rpki issuesChristian Poessinger
(cherry picked from commit c6728db700820fe931c839e629cf92a278517be5)
2020-10-28frr: drop custom patches as they are now part of upstream repoxChristian Poessinger
2020-10-14frr: T2980: bfdd: fix crash due to invalid parameter lengthChristian Poessinger
2020-10-14frr: T2980: use consistent patch namingChristian Poessinger
2020-07-26T2021: import a patch for decimal OSPFv3 area support.Daniil Baturin
2020-06-28T2638: FRR: FRR-reload needs patching to work on 7.3.0Runar Borge
Because of FRR bug 6062 (https://github.com/FRRouting/frr/issues/6062) frr-reload in frr 7.3.0 and 7.3.1 needs to be patched to work properly. without this patch frr-reload will allways compare against a blank/empty running configuration.