summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_lsa.c
AgeCommit message (Expand)Author
2024-09-16ospf6d: add nth_prefix()Andrew Cooks
2024-09-16ospf6d: add nth_lsdesc()Andrew Cooks
2024-09-16ospf6d: replace TLV_HDR_TOP macro with lsdesc_start functionAndrew Cooks
2024-09-16ospf6d: replace ospf6_lsa_header_end()Andrew Cooks
2024-05-28ospf6d: replace OSPF6_LSA_SIZE with ospf6_lsa_sizeAndrew Cooks
2024-05-28ospf6d: replace OSPF6_LSA_END with ospf6_lsa_endAndrew Cooks
2024-05-28ospf6d: replace OSPF6_LSA_HEADER_END macroAndrew Cooks
2023-07-25* : include event ptr in event_execute apiMark Stapp
2023-07-12ospf6d: Convert ospf6_lsa_unlock to a better apiDonald Sharp
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 thread_execute to event_executeDonald 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
2023-01-31*: Drop deprecated incorrect JSON fields with wrong namingDonatas Abraitis
2022-12-05ospf6d: Stop using MTYPE_TMP in some casesDonald Sharp
2022-10-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-03-13Merge pull request #10447 from ton31337/fix/json_with_whitespacesDonald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-02-03*: Add camelCase JSON keys in addition to PascalCaseDonatas Abraitis
2021-11-16ospfd6d: replace handler vector with arrayDavid Lamparter
2021-10-05ospf6d: add "nssa" option to the "debug ospf6 lsa" commandRenato Westphal
2021-10-04ospf6d: Do not explicitly set the thread pointer to NULLDonatas Abraitis
2021-08-25ospf6d: Add debug commands for lsa all and route allYash Ranjan
2021-08-12ospf6d: JSON output for database dump show commandQuentin Young
2021-07-21ospf6d: ASBR Summarisation feature implementationMobashshera Rasool
2021-06-14ospf6d: consistent checksum json outputDavid Schweizer
2021-06-14ospf6d: Link state ID in LSA database JSON outputDavid Schweizer
2021-06-08lib, ospfd, ospf6d: fix logging of pointer addressesRenato Westphal
2021-06-04ospf6d: Support for nssa in ospfv3Kaushik
2021-03-29ospf6d: Add logic to set metric if route-map not presentYash Ranjan
2021-03-25ospf6d: Link LSAs are not getting MAX_AGE in neighborYash Ranjan
2021-03-22ospf6d: kill ospf6_memory.h, use MTYPE_STATICDavid Lamparter
2021-03-22ospf6d: split off ospf6_lsa_alloc()David Lamparter
2021-02-23ospf6d: fix display of unknown LSAs in show ipv6 ospf6 database commandlynne
2021-01-13ospf6d: Json support added for command "show ipv6 ospf6 database [json]"Yash Ranjan
2020-10-30ospf6d : Transformation changes for ospf6 vrf support.harios_niral
2020-10-11ospf6d: Make ospf6_lsa_lock follow normal FRR patternDonald Sharp
2020-04-20*: sprintf -> snprintfQuentin Young
2020-04-18ospf6d: Prevent use after freeDonald Sharp
2020-04-08*: Do not cast to the same typeDonatas Abraitis
2020-04-01ospf6d: Recent changes in our build cause const to be respectedDonald Sharp
2019-02-25*: remove casts of XMALLOC / XCALLOCQuentin Young
2018-09-09ospf6d: remove extra struct in ospf6_lsa_handlerDavid Lamparter
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-14ospf6d: Handle Premature Aging of LSAsChirag Shah
2018-01-22ospf6d: spf calculation w/ multiple router lsasChirag Shah