summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_spf.c
AgeCommit message (Expand)Author
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
2018-08-11*: ALLOC calls cannot failDonald Sharp
2018-06-20bgpd ospf6d: null check (Coverity 1221453 1461297)paco
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2018-02-13ospf6d: Fix a possible deref by null found in SADonald Sharp
2018-01-22ospf6d: spf calculation w/ multiple router lsasChirag Shah
2018-01-02ospf6d: Fix External routes ECMPChirag Shah
2017-11-17ospf6d: SPF consider all Router LSAsChirag Shah
2017-10-16ospf6d: Handle lsupdate upto max ospf6 payloadChirag Shah
2017-10-05*: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp
2017-09-14ospf6d: Note when we calculated spfDonald Sharp
2017-07-27ospf6d: Fix memory leaksChirag Shah
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-07-14Merge remote-tracking branch 'frr/master' into table-hash-ospf6-lsdb-refactorDavid Lamparter
2017-07-14*: remove VTYNL, part 4 of 6David Lamparter
2017-07-14*: remove VTYNL, part 2 of 6David Lamparter
2017-07-14ospf6d: VNL -> VTYNLDavid Lamparter
2017-07-13*: ditch vty_outln(), part 1 of 2David Lamparter
2017-07-11ospf6d: use macro for LSDB walksDavid Lamparter
2017-06-29*: use vty_outlnQuentin Young
2017-06-27*: remove VTY_GET_*Quentin Young
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-05-09*: update thread_add_* callsQuentin Young
2017-05-09*: remove THREAD_ON macros, add nullity checkQuentin Young