summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_spf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: avoid writing dumb ospf6 info at startupPhilippe Guibert2021-11-031-0/+4
* Merge pull request #9585 from opensourcerouting/ospf6d-nssa-dflt-originateRuss White2021-09-241-1/+3
|\
| * ospf6d: implement Type-7 default routes for NSSA areasRenato Westphal2021-09-211-1/+3
* | ospf6d: Use appropriate integer size and more context for reason stringsDonald Sharp2021-09-211-4/+15
|/
* ospf6d: introduce support for Graceful Restart (restarting mode)Renato Westphal2021-09-161-2/+14
* ospf6d: add missing entry to array of stringsRenato Westphal2021-09-161-1/+1
* ospf6d: remove incorrect debug guardRenato Westphal2021-08-241-6/+3
* ospf6d: Store ospf6 back pointer in route structMobashshera Rasool2021-07-211-1/+1
* ospf6d: fix backlink checkChristian Hopps2021-07-091-12/+16
* ospf6d: move error logs out from behind debug flagslynne2021-06-141-6/+2
* ospf6d: Rename ospf6_is_router_abr to more accurately reflect what it doesDonald Sharp2021-06-101-2/+2
* ospf6d: support for nssa in ospfv3Kaushik2021-06-041-26/+5
* ospf6d: Support for nssa in ospfv3Kaushik2021-06-041-0/+185
* 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