summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_spf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: kill ospf6_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-0/+2
* ospf6d: split off ospf6_lsa_alloc()David Lamparter2021-03-221-7/+2
* *: require semicolon after DEFINE_<typesafe...>David Lamparter2021-03-171-1/+1
* ospf6d: Json support added for command "show ipv6 ospf6 spf tree [json]"Yash Ranjan2021-03-021-6/+31
* ospf6d: turn some info->debugDonald Sharp2021-02-271-11/+5
* *: remove tabs & newlines from log messagesDavid Lamparter2021-02-141-1/+1
* ospf6d: add CLI to control maximum paths for routes.Mobashshera Rasool2021-02-011-3/+2
* ospf6: get instance from route table scopeIgor Ryzhov2020-11-301-8/+6
* Merge pull request #7261 from Niral-Networks/niral_dev_vrf_ospf6Rafael Zalamena2020-11-031-9/+11
|\
| * ospf6d : Transformation changes for ospf6 vrf support.harios_niral2020-10-311-9/+11
* | :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-6/+3
|/
* ospf6d, tests: Prevent use after freeDonald Sharp2020-10-111-2/+2
* ospf6d : Preparing for ospf6d VRF support.Kaushik2020-09-011-1/+1
* *: un-split strings across linesDavid Lamparter2020-07-141-2/+1
* *: Do not cast to the same typeDonatas Abraitis2020-04-081-3/+3
* *: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp2020-03-061-1/+1
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-8/+8
* *: generously apply constDavid Lamparter2019-12-021-1/+1
* ospf6d: replace pqueue_* with DECLARE_SKIPLISTDavid Lamparter2019-04-271-17/+13
* *: remove trailing newlines from zlog messagesQuentin Young2019-03-141-1/+1
* *: remove casts of XMALLOC / XCALLOCQuentin Young2019-02-261-4/+2
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-2/+2
* *: style for EC replacementsQuentin Young2018-09-131-2/+2
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-1/+1
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-1/+1
* ospf6d: Update OSPFv3 to use new zlog_ferrDonald Sharp2018-08-141-1/+3
* *: ALLOC calls cannot failDonald Sharp2018-08-111-6/+0
* bgpd ospf6d: null check (Coverity 1221453 1461297)paco2018-06-201-4/+4
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-10/+10
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-29/+30
* ospf6d: Fix a possible deref by null found in SADonald Sharp2018-02-141-12/+15
* ospf6d: spf calculation w/ multiple router lsasChirag Shah2018-01-231-142/+213
* ospf6d: Fix External routes ECMPChirag Shah2018-01-021-0/+1
* ospf6d: SPF consider all Router LSAsChirag Shah2017-11-171-69/+175
* ospf6d: Handle lsupdate upto max ospf6 payloadChirag Shah2017-10-171-1/+2
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-2/+2
* ospf6d: Note when we calculated spfDonald Sharp2017-09-141-0/+4
* ospf6d: Fix memory leaksChirag Shah2017-07-271-0/+1
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-724/+683
* Merge remote-tracking branch 'frr/master' into table-hash-ospf6-lsdb-refactorDavid Lamparter2017-07-141-6/+6
|\
| * *: remove VTYNL, part 4 of 6David Lamparter2017-07-141-1/+1
| * *: remove VTYNL, part 2 of 6David Lamparter2017-07-141-4/+4
| * ospf6d: VNL -> VTYNLDavid Lamparter2017-07-141-5/+5
| * *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-1/+1
* | ospf6d: use macro for LSDB walksDavid Lamparter2017-07-111-2/+1
|/
* *: use vty_outlnQuentin Young2017-06-291-2/+2
* *: remove VTY_GET_*Quentin Young2017-06-271-3/+3
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* *: update thread_add_* callsQuentin Young2017-05-091-3/+3
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-1/+2