summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_gr_helper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: Prevent heap-buffer-overflow with unknown typeIggy Frankovic2024-05-301-0/+1
* ospfd, ospf6d: Remove deprecated JSON fieldsDonatas Abraitis2024-04-111-9/+0
* *: Do not cast to the same type as the destination isDonatas Abraitis2023-09-291-2/+2
* ospf6d: Convert ospf6_lsa_unlock to a better apiDonald Sharp2023-07-121-2/+2
* ospf,ospf6: fix json key typo supoortMark Stapp2023-04-071-0/+10
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-3/+3
* *: Convert thread_timer_remain_XXX to event_timer_remain_XXXDonald Sharp2023-03-241-3/+3
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-3/+3
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-1/+1
* *: Add a hash_clean_and_free() functionDonald Sharp2023-03-211-4/+2
* ospfd, ospf6d: Add more logging detailsDonatas Abraitis2023-03-171-2/+3
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* *: Drop deprecated incorrect JSON fields with wrong namingDonatas Abraitis2023-01-311-16/+1
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-261-2/+0
* ospf6d: adding missing json fieldsrgirada2022-10-181-0/+5
* ospf6d: corrected the debug stringsri-mohan12022-07-271-1/+1
* ospf6d: Clean up thread interfaceDonald Sharp2022-05-201-2/+1
* ospf6d: add header size check for LSAanlan_cs2022-05-101-0/+12
* *: remove the checking returned value for hash_get()anlan_cs2022-05-021-2/+2
* Merge pull request #10447 from ton31337/fix/json_with_whitespacesDonald Sharp2022-03-131-2/+17
|\
| * *: Add camelCase JSON keys in addition to PascalCaseDonatas Abraitis2022-02-031-2/+17
* | *: Change thread->func to return void instead of intDonald Sharp2022-02-241-2/+1
|/
* *: Remove redundand braces for single statement blocksDonatas Abraitis2021-11-271-2/+1
* ospf6d: Convert vty_out to vty_json for JSONDonatas Abraitis2021-11-251-4/+1
* ospf6d: Addressing few coverity issues.rgirada2021-10-291-2/+24
* ospf6d: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-081-2/+0
* ospf6d: rename the "graceful-restart helper-only" commandRenato Westphal2021-09-211-7/+9
* ospf6d: introduce support for Graceful Restart (restarting mode)Renato Westphal2021-09-161-0/+10
* ospf6d: fix possible NULL dereferenceIgor Ryzhov2021-09-151-1/+4
* ospf6d: fix display of debug command in the running configurationRenato Westphal2021-08-311-1/+1
* Merge pull request #9457 from anlancs/ospf6-voidMark Stapp2021-08-241-3/+1
|\
| * ospf6d: suppress coverity warning of return valueanlan_cs2021-08-221-3/+1
* | ospf6d: fix lock leak of using ALL_LSDB in GR helperanlan_cs2021-08-221-1/+6
|/
* ospf6d: GR helper configurationsrgirada2021-08-121-54/+786
* ospf6d: GR helper exit scenariosrgirada2021-08-101-1/+180
* ospf6d: Helper functionality changesrgirada2021-08-101-6/+290
* ospf6d: debug command support for helper support.rgirada2021-08-101-0/+25
* ospf6d: Init/De-init gr helper functionalityrgirada2021-08-101-0/+155