summaryrefslogtreecommitdiff
path: root/packages/frr
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-07-24Jenkins: only build packages if the package changes at all - skip otherwiseChristian Poessinger
This will only run the Jenkins Pipeline if Git detects a change in the specified file path. If no change is found in the path, the individual Pipeline statges are skipped. (cherry picked from commit 1c3e5e18fd746bbb6ccd4a09d1fec1bed2f8316b)
2021-04-26frr: T2100: Update FRR to 7.5sever-sever
2021-02-01frr: T3227: import hotfix for frr-reload script to fix rpki issuesChristian Poessinger
(cherry picked from commit c6728db700820fe931c839e629cf92a278517be5)
2021-01-10Jenkins: select build library from equuleus branchChristian Poessinger
2021-01-03frr: T3182: revert back to 7.3 seriesChristian Poessinger
2021-01-03frr: T3182: revert back to 7.4 seriesChristian Poessinger
2020-12-22frr: T3146: upgrade to Free Range Routing 7.5 seriesChristian Poessinger
2020-12-21Revert to FRR 7.4 until we figure our a libyang upgrade pathDaniil Baturin
2020-12-21Update to FRR 7.5Daniil Baturin
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: use "git am" to apply patchesChristian Poessinger
2020-06-28packages: frr: add .gitignore for packageChristian Poessinger
2020-06-28Merge pull request #111 from runborg/T2638Christian Poessinger
T2638: FRR: FRR-reload needs patching to work on 7.3.0
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.
2020-06-25packages: frr: fix commentChristian Poessinger
2020-06-21Jenkins: packages: add underscore for library callsChristian Poessinger
The underscore (_) is not a typo! You need this underscore if the line immediately after the @Library annotation is not an import statement!
2020-06-20packages: add build for FRRChristian Poessinger
2019-04-23Remove outdated/unmaintained submodulesChristian Poessinger
All registered Git submodules were out of date. Even worse some of the modules are no longer in use and have been replaced by upstream packages. Keeping invalid information is even worse then no information. All required VyOS packages can be found in the future build-packages script.
2019-01-12Add frr submoduleChristian Poessinger