index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
zebra_gr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* : include event ptr in event_execute api
Mark Stapp
2023-07-25
1
-2
/
+1
*
zebra: null-check client pointer during GR processing
Mark Stapp
2023-04-05
1
-0
/
+3
*
zebra: Ensure gr events run after Meta Queue has run
Donald Sharp
2023-03-30
1
-36
/
+42
*
zebra: remove current_afi as that it is no longer used
Donald Sharp
2023-03-29
1
-5
/
+2
*
zebra: Allow GR to run per AFI as they are reported
Donald Sharp
2023-03-29
1
-54
/
+100
*
zebra: Rearrange zebra_gr zapi functions
Donald Sharp
2023-03-29
1
-96
/
+57
*
zebra: zebra GR only works with AFI's limit it
Donald Sharp
2023-03-29
1
-39
/
+30
*
zebra: Remove redundant check for pointers being good
Donald Sharp
2023-03-29
1
-3
/
+0
*
zebra: GR code could potentially stop running
Donald Sharp
2023-03-29
1
-38
/
+12
*
zebra: Cleanup indentation in function
Donald Sharp
2023-03-29
1
-44
/
+44
*
zebra: Just set the variable for what is wanted in GR code
Donald Sharp
2023-03-29
1
-5
/
+3
*
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-4
/
+4
*
*: Convert thread_execute to event_execute
Donald Sharp
2023-03-24
1
-7
/
+7
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-5
/
+5
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
1
-1
/
+1
*
zebra: Make GR debug logs at least vrf aware
Donald Sharp
2023-03-08
1
-34
/
+70
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-14
/
+1
*
zebra: use real MTYPEs for various objects
Mark Stapp
2022-12-05
1
-9
/
+10
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-3
/
+2
*
*: Add FOREACH_AFI_SAFI_NSF(afi, safi) macro to reduce nesting
Donatas Abraitis
2022-01-13
1
-11
/
+9
*
zebra, ospfd: fix typos in the graceful restart code
Renato Westphal
2021-06-08
1
-7
/
+7
*
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
1
-7
/
+3
*
zebra: avoid using c++ keywords in headers
Emanuele Di Pascale
2020-05-14
1
-3
/
+3
*
lib, zebra: remove nullity check before XFREE...
Quentin Young
2020-03-09
1
-2
/
+1
*
Merge pull request #5850 from Spantik/gr_fix
Quentin Young
2020-03-05
1
-21
/
+28
|
\
|
*
Zebra: Zebra gr dynamic client handling.
Santosh P K
2020-02-21
1
-21
/
+28
*
|
zebra: remove null check before XFREE in GR code
Quentin Young
2020-02-20
1
-3
/
+1
*
|
zebra: reduce scope of XCALLOC for gr processing
Quentin Young
2020-02-20
1
-15
/
+10
|
/
*
zebra: Capabality and stale route handling for GR client.
Santosh P K
2020-01-31
1
-3
/
+503
*
zebra: Handling of connection disconnect and connect with GR.
Santosh P K
2020-01-30
1
-0
/
+184