summaryrefslogtreecommitdiff
path: root/packages/frr/build-frr.sh
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-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)
2022-03-27frr: when building DEB include source version from "git describe"Christian Poessinger
2021-11-23frr: T3753: upgrade to upstream stable/8.0 branchChristian 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.
2020-10-28frr: drop custom patches as they are now part of upstream repoxChristian Poessinger
2020-06-28T2638: frr: use "git am" to apply patchesChristian Poessinger
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.