summaryrefslogtreecommitdiff
path: root/packages/frr/build-frr.sh
AgeCommit message (Collapse)Author
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.