summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_spf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: replace ospf6_lsa_header_end()Andrew Cooks2024-09-161-4/+2
* ospf6d: move lsa structs to ospf6_lsa.hAndrew Cooks2024-09-161-1/+1
* ospf6d: replace OSPF6_LSA_SIZE with ospf6_lsa_sizeAndrew Cooks2024-05-281-12/+11
* ospf6d: replace OSPF6_LSA_END with ospf6_lsa_endAndrew Cooks2024-05-281-2/+2
* ospf6d: replace OSPF6_LSA_HEADER_END macroAndrew Cooks2024-05-281-10/+10
* ospf6d: add support for unplanned graceful restartRenato Westphal2023-05-091-0/+1
* ospf6d: missing ECMP NHs in certain topologieslynne2023-04-131-9/+25
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-3/+3
* *: Convert a bunch of thread_XX to event_XXDonald Sharp2023-03-241-1/+1
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-4/+4
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-2/+2
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* ospf6d: Clean up thread interfaceDonald Sharp2022-05-201-4/+2
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-5/+2
* 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