summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_spf.c
AgeCommit message (Expand)Author
2023-05-08ospf6d: add support for unplanned graceful restartRenato Westphal
2023-04-13ospf6d: missing ECMP NHs in certain topologieslynne
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert a bunch of thread_XX to event_XXDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-05-20ospf6d: Clean up thread interfaceDonald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-11-03ospf6d: avoid writing dumb ospf6 info at startupPhilippe Guibert
2021-09-24Merge pull request #9585 from opensourcerouting/ospf6d-nssa-dflt-originateRuss White
2021-09-21ospf6d: implement Type-7 default routes for NSSA areasRenato Westphal
2021-09-21ospf6d: Use appropriate integer size and more context for reason stringsDonald Sharp
2021-09-16ospf6d: introduce support for Graceful Restart (restarting mode)Renato Westphal
2021-09-16ospf6d: add missing entry to array of stringsRenato Westphal
2021-08-24ospf6d: remove incorrect debug guardRenato Westphal
2021-07-21ospf6d: Store ospf6 back pointer in route structMobashshera Rasool
2021-07-09ospf6d: fix backlink checkChristian Hopps
2021-06-14ospf6d: move error logs out from behind debug flagslynne
2021-06-10ospf6d: Rename ospf6_is_router_abr to more accurately reflect what it doesDonald Sharp
2021-06-04ospf6d: support for nssa in ospfv3Kaushik
2021-06-04ospf6d: Support for nssa in ospfv3Kaushik
2021-03-22ospf6d: kill ospf6_memory.h, use MTYPE_STATICDavid Lamparter
2021-03-22ospf6d: split off ospf6_lsa_alloc()David Lamparter
2021-03-17*: require semicolon after DEFINE_<typesafe...>David Lamparter
2021-03-02ospf6d: Json support added for command "show ipv6 ospf6 spf tree [json]"Yash Ranjan
2021-02-27ospf6d: turn some info->debugDonald Sharp
2021-02-14*: remove tabs & newlines from log messagesDavid Lamparter
2021-02-01ospf6d: add CLI to control maximum paths for routes.Mobashshera Rasool
2020-11-30ospf6: get instance from route table scopeIgor Ryzhov
2020-11-03Merge pull request #7261 from Niral-Networks/niral_dev_vrf_ospf6Rafael Zalamena
2020-10-30ospf6d : Transformation changes for ospf6 vrf support.harios_niral
2020-10-22:* Convert prefix2str to %pFXDonatas Abraitis
2020-10-11ospf6d, tests: Prevent use after freeDonald Sharp
2020-09-01ospf6d : Preparing for ospf6d VRF support.Kaushik
2020-07-14*: un-split strings across linesDavid Lamparter
2020-04-08*: Do not cast to the same typeDonatas Abraitis
2020-03-06*: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp
2020-03-05*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis
2019-12-02*: generously apply constDavid Lamparter
2019-04-27ospf6d: replace pqueue_* with DECLARE_SKIPLISTDavid Lamparter
2019-03-14*: remove trailing newlines from zlog messagesQuentin Young
2019-02-25*: remove casts of XMALLOC / XCALLOCQuentin Young
2018-10-02*: list_delete_and_null() -> list_delete()David Lamparter
2018-09-13*: style for EC replacementsQuentin Young
2018-09-13*: LIB_[ERR|WARN] -> EC_LIBQuentin Young
2018-08-14*: rename zlog_fer -> flog_errQuentin Young
2018-08-14ospf6d: Update OSPFv3 to use new zlog_ferrDonald Sharp