summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_gr_helper.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-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
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: Add a hash_clean_and_free() functionDonald Sharp2023-03-211-3/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* *: remove the checking returned value for hash_get()anlan_cs2022-05-021-2/+2
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-2/+1
* ospfd: Fix spelling mistakesDonald Sharp2022-02-141-2/+2
* ospfd: fix incorrect detection of topology changes in helper modeRenato Westphal2021-11-231-3/+0
* ospfd: fix display of plain-text data on "show ... json" commandsRenato Westphal2021-10-081-2/+7
* ospfd: GR helper functionality change in helper exitrgirada2021-10-011-5/+1
* ospfd: introduce support for Graceful Restart (restarting mode)Renato Westphal2021-07-051-0/+11
* ospfd: rename the graceful restart headerRenato Westphal2021-07-051-1/+1
* ospfd: adjust log config for GRGalaxyGorilla2021-07-051-26/+25
* ospfd: print extra LSA information in some log messagesRenato Westphal2021-07-051-3/+2
* zebra, ospfd: fix typos in the graceful restart codeRenato Westphal2021-06-081-16/+16
* ospfd: fix dangling pointer when exiting from the helper modeRenato Westphal2021-06-081-1/+1
* ospfd: fix crash when logging a Grace-LSARenato Westphal2021-06-081-27/+70
* ospfd: fix small issue when exiting from the GR helper modeRenato Westphal2021-06-081-1/+2
* ospfd: fix GR helper initialization and terminationRenato Westphal2021-06-081-9/+33
* ospfd: Correct Coverity defectsOlivier Dugeon2021-05-191-10/+6
* ospfd: Use _func__ instead of __PRETTY_FUNCTION__Donald Sharp2021-05-121-30/+23
* * : clean up format specifiers for gcc-10Mark Stapp2020-11-041-8/+8
* ospfd: replace inet_ntoaMark Stapp2020-10-221-16/+16
* Merge pull request #7309 from mjstapp/fix_ospf_gr_reasonsDonald Sharp2020-10-151-8/+42
|\
| * ospfd: make reason string production saferMark Stapp2020-10-141-8/+42
* | ospfd: fix SA warnings in ospfd, ospfclientMark Stapp2020-10-141-3/+84
|/
* ospfd: GR helper specific show commandsrgirada2020-09-221-0/+74
* ospfd: GR helper config commandsrgirada2020-09-221-4/+200
* ospfd: GR helper exit scenariosrgirada2020-09-221-3/+160
* ospfd: Grace LSA processingrgirada2020-09-221-3/+404
* ospfd: ospf GR helper initializationrgirada2020-09-221-0/+136