summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_lsa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-6/+6
* *: Convert thread_execute to event_executeDonald Sharp2023-03-241-1/+1
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-2/+2
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-4/+4
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* *: Drop deprecated incorrect JSON fields with wrong namingDonatas Abraitis2023-01-311-4/+0
* ospf6d: Stop using MTYPE_TMP in some casesDonald Sharp2022-12-051-2/+2
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-261-2/+0
* Merge pull request #10447 from ton31337/fix/json_with_whitespacesDonald Sharp2022-03-131-2/+6
|\
| * *: Add camelCase JSON keys in addition to PascalCaseDonatas Abraitis2022-02-031-2/+6
* | *: Change thread->func to return void instead of intDonald Sharp2022-02-241-8/+4
|/
* ospfd6d: replace handler vector with arrayDavid Lamparter2021-11-161-28/+34
* ospf6d: add "nssa" option to the "debug ospf6 lsa" commandRenato Westphal2021-10-061-2/+4
* ospf6d: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-041-1/+0
* ospf6d: Add debug commands for lsa all and route allYash Ranjan2021-08-251-0/+43
* ospf6d: JSON output for database dump show commandQuentin Young2021-08-121-17/+38
* ospf6d: ASBR Summarisation feature implementationMobashshera Rasool2021-07-211-0/+35
* ospf6d: consistent checksum json outputDavid Schweizer2021-06-141-1/+1
* ospf6d: Link state ID in LSA database JSON outputDavid Schweizer2021-06-141-0/+1
* lib, ospfd, ospf6d: fix logging of pointer addressesRenato Westphal2021-06-081-2/+2
* ospf6d: Support for nssa in ospfv3Kaushik2021-06-041-1/+1
* ospf6d: Add logic to set metric if route-map not presentYash Ranjan2021-03-291-0/+30
* ospf6d: Link LSAs are not getting MAX_AGE in neighborYash Ranjan2021-03-251-1/+15
* ospf6d: kill ospf6_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-0/+6
* ospf6d: split off ospf6_lsa_alloc()David Lamparter2021-03-221-21/+12
* ospf6d: fix display of unknown LSAs in show ipv6 ospf6 database commandlynne2021-02-231-6/+15
* ospf6d: Json support added for command "show ipv6 ospf6 database [json]"Yash Ranjan2021-01-131-59/+179
* ospf6d : Transformation changes for ospf6 vrf support.harios_niral2020-10-311-2/+24
* ospf6d: Make ospf6_lsa_lock follow normal FRR patternDonald Sharp2020-10-111-2/+2
* *: sprintf -> snprintfQuentin Young2020-04-211-4/+4
* ospf6d: Prevent use after freeDonald Sharp2020-04-181-2/+3
* *: Do not cast to the same typeDonatas Abraitis2020-04-081-2/+2
* ospf6d: Recent changes in our build cause const to be respectedDonald Sharp2020-04-011-3/+3
* *: remove casts of XMALLOC / XCALLOCQuentin Young2019-02-261-8/+5
* ospf6d: remove extra struct in ospf6_lsa_handlerDavid Lamparter2018-09-091-13/+14
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-32/+34
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-6/+6
* ospf6d: Handle Premature Aging of LSAsChirag Shah2018-02-151-0/+31
* ospf6d: spf calculation w/ multiple router lsasChirag Shah2018-01-231-1/+1
* ospf6d: fix clang warning, NULL() callsVincent JARDIN2017-10-081-29/+39
* Merge pull request #870 from chiragshah6/mdevDavid Lamparter2017-08-041-3/+4
|\
| * ospf6d: Fix memory leaksChirag Shah2017-07-271-3/+4
* | ospf6d: New version of GCC with new warningsDonald Sharp2017-07-281-1/+1
|/
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-700/+642
* *: remove VTYNL, part 4 of 6David Lamparter2017-07-141-38/+38
* *: remove VTYNL, part 3 of 6David Lamparter2017-07-141-4/+4
* *: remove VTYNL, part 2 of 6David Lamparter2017-07-141-5/+5
* ospf6d: VNL -> VTYNLDavid Lamparter2017-07-141-33/+33