summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_gr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: fix GR & auth seqno state locationDavid Lamparter2024-01-271-19/+8
* ospf6d: Convert ospf6_lsa_unlock to a better apiDonald Sharp2023-07-121-2/+2
* ospf6d: unlock lsaryndia2023-07-031-2/+6
* ospfd, ospf6d: fix time_t truncationRenato Westphal2023-05-311-1/+2
* ospfd, ospf6d: introduce the "graceful-restart hello-delay" commandRenato Westphal2023-05-091-0/+28
* ospf6d: add support for unplanned graceful restartRenato Westphal2023-05-091-47/+121
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-2/+2
* *: 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
* ospf6d: fix missing intra-area-prefix-LSA after a graceful restartRenato Westphal2023-03-021-0/+6
* ospf6d: fix refreshing of NSSA/AS-external LSAs after a graceful restartRenato Westphal2023-03-021-0/+11
* ospf6d: add exception for virtual links when exiting from the GR modeRenato Westphal2023-03-021-1/+3
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-261-2/+0
* ospf6d: Clean up thread interfaceDonald Sharp2022-05-201-1/+0
* ospfd,ospf6d: Add missing newline for `graceful-restart prepare` CLIDonatas Abraitis2022-03-091-1/+1
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-3/+1
* ospf6d: fix LSA name in debug messageRenato Westphal2021-10-121-1/+1
* ospf6d: fix build problem with ancient json-c versionsRenato Westphal2021-09-161-6/+9
* ospf6d: introduce support for Graceful Restart (restarting mode)Renato Westphal2021-09-161-0/+746