summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_gr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * : include event ptr in event_execute apiMark Stapp2023-07-251-2/+1
* zebra: null-check client pointer during GR processingMark Stapp2023-04-051-0/+3
* zebra: Ensure gr events run after Meta Queue has runDonald Sharp2023-03-301-36/+42
* zebra: remove current_afi as that it is no longer usedDonald Sharp2023-03-291-5/+2
* zebra: Allow GR to run per AFI as they are reportedDonald Sharp2023-03-291-54/+100
* zebra: Rearrange zebra_gr zapi functionsDonald Sharp2023-03-291-96/+57
* zebra: zebra GR only works with AFI's limit itDonald Sharp2023-03-291-39/+30
* zebra: Remove redundant check for pointers being goodDonald Sharp2023-03-291-3/+0
* zebra: GR code could potentially stop runningDonald Sharp2023-03-291-38/+12
* zebra: Cleanup indentation in functionDonald Sharp2023-03-291-44/+44
* zebra: Just set the variable for what is wanted in GR codeDonald Sharp2023-03-291-5/+3
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-4/+4
* *: Convert thread_execute to event_executeDonald Sharp2023-03-241-7/+7
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-5/+5
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-2/+2
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* zebra: Make GR debug logs at least vrf awareDonald Sharp2023-03-081-34/+70
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* zebra: use real MTYPEs for various objectsMark Stapp2022-12-051-9/+10
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-3/+2
* *: Add FOREACH_AFI_SAFI_NSF(afi, safi) macro to reduce nestingDonatas Abraitis2022-01-131-11/+9
* zebra, ospfd: fix typos in the graceful restart codeRenato Westphal2021-06-081-7/+7
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-7/+3
* zebra: avoid using c++ keywords in headersEmanuele Di Pascale2020-05-141-3/+3
* lib, zebra: remove nullity check before XFREE...Quentin Young2020-03-091-2/+1
* Merge pull request #5850 from Spantik/gr_fixQuentin Young2020-03-051-21/+28
|\
| * Zebra: Zebra gr dynamic client handling.Santosh P K2020-02-211-21/+28
* | zebra: remove null check before XFREE in GR codeQuentin Young2020-02-201-3/+1
* | zebra: reduce scope of XCALLOC for gr processingQuentin Young2020-02-201-15/+10
|/
* zebra: Capabality and stale route handling for GR client.Santosh P K2020-01-311-3/+503
* zebra: Handling of connection disconnect and connect with GR.Santosh P K2020-01-301-0/+184