aboutsummaryrefslogtreecommitdiff
path: root/net/frr/patches
Commit message (Collapse)AuthorAge
* frr: fix host build error on macOSGeorgi Valkov2024-04-30
| | | | | | | | | | | | | | | Fixes: lib/command_graph.c:16:1: error: argument to 'section' attribute is not valid for this target: mach-o section specifier requires a segment and section separated by a comma DEFINE_MTYPE_STATIC(LIB, CMD_TOKENS, "Command Tokens"); ^ ./lib/memory.h:139:2: note: expanded from macro 'DEFINE_MTYPE_STATIC' DEFINE_MTYPE_ATTR(group, name, static, desc) \ ^ ./lib/memory.h:109:26: note: expanded from macro 'DEFINE_MTYPE_ATTR' __attribute__((section(".data.mtypes"))) = { { \ [1] https://github.com/FRRouting/frr/pull/6032 [2] https://github.com/FRRouting/frr/pull/15890 Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
* frr: updat to 9.0Lucian Cristian2023-08-17
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update to 8.5.1 branchLucian Cristian2023-05-16
| | | | | | also fixes gcc 13 compile Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update to 8.4.2 branchLucian Cristian2023-02-25
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update to 8.4.1Lucian Cristian2022-12-02
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update to 8.3.0Lucian Cristian2022-07-28
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update to 8.2Lucian Cristian2022-03-08
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: branch update, mips64 fixLucian Cristian2022-02-16
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update to latestLucian Cristian2022-01-18
| | | | | | also fix mips compile Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update to 8.1.0Lucian Cristian2021-11-12
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: fixes and update to latestLucian Cristian2021-10-22
| | | | | | | | ospf running in instance mod will keep cpu to 100% so revert offending commit if daemon is disabled in the file while running also close that daemon also add the pythontools to support reload Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update to 7.5.1 and backportsLucian Cristian2021-03-28
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update to latest and backportsLucian Cristian2021-02-28
| | | | | | | | cherry-pick: backport nhrpd support multicast backport ospf updates Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* frr: update to 7.5Lucian Cristian2020-12-04
| | | | | | switch to codeload for latest patches applied to stable branch Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: fix running on mips (again)Lucian Cristian2020-09-08
| | | | | | add mips fix missed on version upgrade Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update to 7.4 and latest backportsLucian Cristian2020-07-24
| | | | | | changelogs: https://github.com/FRRouting/frr/releases/tag/frr-7.4 Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update to 7.3.1Lucian Cristian2020-05-10
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: makefile cleanup and misc fixesLucian Cristian2020-05-03
| | | | | | | | fix mips runtime by backporting some yang changes from master added commited fixes to 7.3 also add option for snmp support Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update to 7.3Lucian Cristian2020-02-26
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update to 7.2.1Lucian Cristian2020-01-20
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: add missing build optionsLucian Cristian2019-11-15
| | | | | | and some backports in fixing ramips target Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update to 7.2Lucian Cristian2019-11-02
| | | | | | add support to build against OpenSSL Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: add packageLucian Cristian2019-09-07
in place replacement for quagga Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>