summaryrefslogtreecommitdiff
path: root/packages/frr
AgeCommit message (Collapse)Author
2023-11-15Merge branch 'sagitta' into mergify/bp/sagitta/pr-454Christian Breunig
2023-11-15T5689: Include librtr-dev in Debian dependencies to fix RPKI crashChristian Breunig
This fixes FRR crashing on vtysh -c "show rpki $prefix" with the vyos build when librtr-dev was not available at FRR built time, see T5689. (cherry picked from commit 931571bd486eb84042a4beb50412f5c7c21cbd9d)
2023-11-15T5695: Add LUA script to build FRRViacheslav Hletenko
Build FRR with LUA scripts --enable-scripting option (cherry picked from commit 83d4a070897012e49c5b227a082a6f31cdb62815)
2023-10-31T5415: upgrade libyang library to v2.1.128Viacheslav Hletenko
(cherry picked from commit d0649cf3b5b6058e464c906f20fce92d75f1bdcd)
2023-09-25ci/cd: update branch references current -> sagittaChristian Breunig
2023-09-11frr: fix build script to only rely on annotated tagsChristian Breunig
A recent added FRR tag base_fuzz_20230907 made the builds fail. Change "git describe" command to only account annotated release tags. (cherry picked from commit 0f75e12dd1af2f24216b95d29edeb02be0a62aaf)
2023-08-01frr: T5415: upgrade to stable/9.0 branchChristian Breunig
2023-08-01frr: T5415: upgrade libyang library to v2.1.80Christian Breunig
2023-05-26packages: change glob pattern to be recursiveChristian Breunig
2023-04-27frr: T5123: Backport detailed ospf route table patch from frr 9.0 to frr 8.5Zhiyuan Wan
2023-04-10frr: T5123: Add patch to support show detailed ospf route tableZhiyuan Wan
2023-03-21frr: T5100: drop patches already present in upstream versionChristian Breunig
2023-03-21T5100: Update FRR to 8.5Viacheslav Hletenko
2023-03-11gitignore: frr: add rtrlib and remove libyang (provided via Debian package)Christian Breunig
2023-03-11Docker: T5076: unbloat container - remove dependencies for frrChristian Breunig
2023-02-25frr: T5003: use "pipx run" to invoke apkgChristian Breunig
Commit 7b1b40888 ("docker: T5003: Use Debian package for yq, fix pip installs, fix open-vmdk build") removed the apkg installed package via pip. Use pipx run then building the libyang package.
2023-02-07T4977: Add FRR patches for Babel supportYuxiang Zhu
Backports the following PRs to FRR 8.4: - 0001-tools-Add-missing-daemons.patch: backported from https://github.com/FRRouting/frr/pull/12611 - 0002-babeld-Add-missing-no-commands.patch: backported from https://github.com/FRRouting/frr/pull/12640 Signed-off-by: Yuxiang Zhu <vfreex@gmail.com>
2022-11-23gitignore: cleanup double rules from individual packagesChristian Poessinger
Individual packages like dropbear, frr, iproute2 ... all came with a copy of gitignore rules already present in the base file. Those rules have been dropped.
2022-11-08frr: T4806: update to stable/8.4 seriesChristian Poessinger
2022-07-18frr: T4535: update version to stable/8.3 release branchChristian Poessinger
2022-06-01Revert "frr: temporary select specific commit without broken RPKI commits"Christian Poessinger
This reverts commit caae86a8c028f32dc320cf2ca946646c27fb86bb.
2022-05-05frr: temporary select specific commit without broken RPKI commitsChristian Poessinger
2022-05-04frr: bugfix rtrlib v0.8.0 dependency updateChristian Poessinger
2022-03-27Revert "frr: T4323: pin version to frr-8.2.2 tag"Christian Poessinger
This reverts commit 387a48f4ec317c36c7d5307e591cf3402d381d52.
2022-03-27frr: when building DEB include source version from "git describe"Christian Poessinger
2022-03-27frr: T4323: pin version to frr-8.2.2 tagChristian Poessinger
2022-03-15frr: T4302: upgrade to version 8.2Christian Poessinger
2021-11-27frr: T3753: upgrade to upstream stable/8.1 branchChristian Poessinger
2021-11-23frr: T3753: add libyang2 package dependencyChristian Poessinger
2021-11-23frr: T3753: upgrade to upstream stable/8.0 branchChristian Poessinger
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