summaryrefslogtreecommitdiff
path: root/packages/frr
AgeCommit message (Collapse)Author
2021-08-06Revert "frr: T3694: add pending patches"Christian Poessinger
This reverts commit 232edcb748aad41e12584d1f14f39268a3b16c48.
2021-08-03frr: T3694: add pending patchesChristian Poessinger
Add pending stable/7.5 branch patches before they are upstreamed. https://github.com/FRRouting/frr/pull/9281
2021-07-31Revert "frr: add bfdd to frr-reload.py daemons list"Christian Poessinger
This reverts commit 239adee7560051e6e506e2859407611956608bba. Patch is not mainlined in FRR.
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.
2021-07-09frr: add bfdd to frr-reload.py daemons listChristian Poessinger
2021-06-26frr: when using "git am" for patches, use date from the e-mail messageChristian Poessinger
By default the command records the date from the e-mail message as the commit author date, and uses the time of commit creation as the committer date. This allows the user to lie about the committer date by using the same value as the author date.
2021-06-20FRR: T3641: fix package build on Bullseye (workaround)Christian Poessinger
This is the workaround mentioned in https://github.com/FRRouting/frr/issues/6502
2021-05-05Revert "frr: T3504: add patch to address graceful-restart return code issue"Christian Poessinger
Official fix already merged into FRR stable/7.5 branch. This reverts commit 2feba96c6c9fcb59ecf77f91661b7a61e8bb4442.
2021-05-04frr: T3504: add patch to address graceful-restart return code issueChristian Poessinger
2021-02-27frr: remove local rpki frr-reload patch as this has been backported to 7.5Christian Poessinger
2021-02-08Jenkins: frr: support arm64 buildsChristian Poessinger
2021-02-08Revert "frr: T3182: revert back to 7.4 series"Christian Poessinger
This reverts commit 01c7e4b51098a4585ef2291a391eb62bbe50e48e.
2021-02-08Revert "frr: T3182: revert back to 7.3 series"Christian Poessinger
This reverts commit 1278d2d0fe08da7b2b98586c0f9514b3fe0ce564.
2021-01-23frr: T3227: import hotfix for frr-reload script to fix rpki issuesChristian 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