Age | Commit message (Collapse) | Author |
|
|
|
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)
|
|
Build FRR with LUA scripts --enable-scripting option
(cherry picked from commit 83d4a070897012e49c5b227a082a6f31cdb62815)
|
|
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)
|
|
|
|
|
|
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.
|
|
|
|
|
|
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.
|