summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_gr_helper.c
AgeCommit message (Expand)Author
2024-05-31ospf6d: Prevent heap-buffer-overflow with unknown typeIggy Frankovic
2023-09-29*: Do not cast to the same type as the destination isDonatas Abraitis
2023-07-12ospf6d: Convert ospf6_lsa_unlock to a better apiDonald Sharp
2023-04-07ospf,ospf6: fix json key typo supoortMark Stapp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert thread_timer_remain_XXX to event_timer_remain_XXXDonald 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-21*: Add a hash_clean_and_free() functionDonald Sharp
2023-03-17ospfd, ospf6d: Add more logging detailsDonatas Abraitis
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31*: Drop deprecated incorrect JSON fields with wrong namingDonatas Abraitis
2022-10-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-10-18ospf6d: adding missing json fieldsrgirada
2022-07-27ospf6d: corrected the debug stringsri-mohan1
2022-05-20ospf6d: Clean up thread interfaceDonald Sharp
2022-05-10ospf6d: add header size check for LSAanlan_cs
2022-05-03*: remove the checking returned value for hash_get()anlan_cs
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-27*: Remove redundand braces for single statement blocksDonatas Abraitis
2021-11-25ospf6d: Convert vty_out to vty_json for JSONDonatas Abraitis
2021-10-29ospf6d: Addressing few coverity issues.rgirada
2021-10-08ospf6d: Do not explicitly set the thread pointer to NULLDonatas Abraitis
2021-09-21ospf6d: rename the "graceful-restart helper-only" commandRenato Westphal
2021-09-16ospf6d: introduce support for Graceful Restart (restarting mode)Renato Westphal
2021-09-15ospf6d: fix possible NULL dereferenceIgor Ryzhov
2021-08-31ospf6d: fix display of debug command in the running configurationRenato Westphal
2021-08-24Merge pull request #9457 from anlancs/ospf6-voidMark Stapp
2021-08-22ospf6d: fix lock leak of using ALL_LSDB in GR helperanlan_cs
2021-08-21ospf6d: suppress coverity warning of return valueanlan_cs
2021-08-11ospf6d: GR helper configurationsrgirada
2021-08-10ospf6d: GR helper exit scenariosrgirada
2021-08-10ospf6d: Helper functionality changesrgirada
2021-08-10ospf6d: debug command support for helper support.rgirada
2021-08-10ospf6d: Init/De-init gr helper functionalityrgirada