index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
zebra_ptm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
zebra: Make memory description string smaller to fit in vty space
Donald Sharp
2023-05-20
1
-1
/
+1
*
zebra: Fix build error when `--disable-bfdd`
Carmine Scarpitta
2023-05-17
1
-0
/
+1
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-5
/
+5
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-25
/
+24
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-4
/
+4
*
Merge pull request #12780 from opensourcerouting/spdx-license-id
Donald Sharp
2023-02-17
1
-16
/
+1
|
\
|
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
|
bgpd: Remove extraneous include of version.h
Donald Sharp
2023-02-10
1
-1
/
+0
|
/
*
zebra: Convert thread_cancel to THREAD_OFF
Donald Sharp
2022-07-21
1
-4
/
+4
*
zebra: stream_dup cannot fail
Donald Sharp
2022-06-15
1
-16
/
+0
*
*: Properly use memset() when zeroing
Donatas Abraitis
2022-05-11
1
-3
/
+3
*
zebra: Prevent installation of connected multiple times
Donald Sharp
2022-03-03
1
-3
/
+3
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-14
/
+8
*
bfdd: correct one spelling error of comment
anlan_cs
2021-12-31
1
-1
/
+1
*
*: cleanup ifp->vrf_id
Igor Ryzhov
2021-11-22
1
-1
/
+1
*
zebra: fix build with --enable-bfdd=no
Igor Ryzhov
2021-11-02
1
-1
/
+1
*
zebra: fix ptm message processing
Igor Ryzhov
2021-10-15
1
-1
/
+17
*
vrf_name_to_id(): remove
G. Paul Ziemba
2021-09-07
1
-1
/
+7
*
zebra: add "json" option to "show interface"
Renato Westphal
2021-08-02
1
-7
/
+14
*
build: make builddir include path consistent
David Lamparter
2021-04-21
1
-1
/
+1
*
zebra: kill zebra_memory.h, use MTYPE_STATIC
David Lamparter
2021-03-22
1
-2
/
+0
*
*: unify thread/event cancel macros
Mark Stapp
2020-10-23
1
-1
/
+1
*
* : update signature of thread_cancel api
Mark Stapp
2020-10-23
1
-7
/
+4
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-6
/
+3
*
*: sprintf -> snprintf
Quentin Young
2020-04-21
1
-20
/
+24
*
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
2020-03-05
1
-1
/
+1
*
zebra: Add vrf name to debug output
Donald Sharp
2020-02-14
1
-2
/
+4
*
*: Remove parenthesis on return for constants
Donatas Abraitis
2020-02-09
1
-3
/
+3
*
zebra: bfd message handling cleanup foo
Quentin Young
2020-01-14
1
-3
/
+5
*
zebra: fix bfd deregister message memleak
Quentin Young
2020-01-10
1
-0
/
+2
*
Merge pull request #5624 from qlyoung/fix-zebra-ptm-buffer-overrun
Rafael Zalamena
2020-01-07
1
-25
/
+14
|
\
|
*
zebra: free ptm message on error
Quentin Young
2020-01-06
1
-0
/
+1
|
*
zebra: fix multiple bfd buffer issues
Quentin Young
2020-01-04
1
-25
/
+13
*
|
zebra: fix ptm heap double free
Quentin Young
2020-01-07
1
-2
/
+0
|
/
*
Revert "Ospf missing interface handling 2"
Donald Sharp
2019-06-24
1
-1
/
+1
*
*: change interface structure, from vrf_id to vrf
Philippe Guibert
2019-06-12
1
-1
/
+1
*
bfdd, lib, bgpd: add bfd cbit usage
Philippe Guibert
2019-05-14
1
-0
/
+6
*
bfdd, zebra: pass the vrf identifier between zebra and bfdd
Philippe Guibert
2019-05-07
1
-9
/
+9
*
*: remove trailing newlines from zlog messages
Quentin Young
2019-03-14
1
-2
/
+2
*
*: do not check XMALLOC / XCALLOC for null ret
Quentin Young
2019-02-26
1
-2
/
+0
*
zebra: Move client_list to the zebra_router data structure
Donald Sharp
2019-01-31
1
-3
/
+3
*
zebra: Move the master thread handler to the zrouter structure
Donald Sharp
2019-01-31
1
-12
/
+12
*
zebra_ptm: Introduce IS_BFD_ENABLED_PROTOCOL macro
Christian Franke
2018-10-05
1
-27
/
+3
*
*: style for EC replacements
Quentin Young
2018-09-13
1
-7
/
+7
*
*: LIB_[ERR|WARN] -> EC_LIB
Quentin Young
2018-09-13
1
-3
/
+3
*
zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRA
Quentin Young
2018-09-13
1
-3
/
+3
*
zebra: fix includes
Quentin Young
2018-09-06
1
-0
/
+1
*
zebra: flog_warn conversion
Quentin Young
2018-09-06
1
-18
/
+20
*
Merge pull request #2856 from opensourcerouting/bfd-work
Donald Sharp
2018-08-17
1
-0
/
+2
|
\
|
*
bfdd: fix zebra_ptm adapter memory leak
Rafael Zalamena
2018-08-16
1
-0
/
+2
[next]