summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_gr_helper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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