index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pathd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pathd: Cleanup shutdown memory leaks
Donald Sharp
2024-08-12
1
-0
/
+15
*
pathd: clean up a log message
Mark Stapp
2024-04-30
1
-1
/
+1
*
pathd: retry synchronous label-manager zapi connection
Mark Stapp
2024-04-30
1
-15
/
+50
*
*: create a single registry of daemons' default port values
Mark Stapp
2024-02-01
1
-2
/
+0
*
*: fix `frr_daemon_info` indentation
David Lamparter
2024-01-27
1
-5
/
+10
*
pathd: add 'show sr-te pcep session json' support
Philippe Guibert
2024-01-18
1
-19
/
+276
*
pathd: add dynamic candidate path metric [computed] keyword
Philippe Guibert
2024-01-02
1
-7
/
+17
*
Merge pull request #14925 from pguibert6WIND/doctring_pathd_fix
Jafar Al-Gharaibeh
2023-12-01
1
-1
/
+0
|
\
|
*
pathd: fix excessive doc string on pcep msd command
Philippe Guibert
2023-12-01
1
-1
/
+0
*
|
lib: all: remove './' from xpath 22% speedup
Christian Hopps
2023-11-29
3
-50
/
+50
|
/
*
Merge pull request #14762 from pguibert6WIND/show_pcep_port
Olivier Dugeon
2023-11-29
1
-4
/
+15
|
\
|
*
pathd: fix 'no msd' command not possible under pcc node
Philippe Guibert
2023-11-21
1
-3
/
+14
|
*
pathd: fix space before pcep port in running-config
Philippe Guibert
2023-11-21
1
-1
/
+1
*
|
*: add `zclient_options_sync`
David Lamparter
2023-11-23
1
-4
/
+1
|
/
*
pathd: rework debug pathd pcep command
Farid Mihoub
2023-11-03
2
-20
/
+24
*
pathd: add no pcep command
Farid Mihoub
2023-10-31
1
-0
/
+30
*
pathd: add no msd command in the pcc context
Farid Mihoub
2023-10-31
1
-5
/
+10
*
pathd: replace ctime with ctime_r
Mark Stapp
2023-09-19
1
-1
/
+3
*
pathd: reset pcc peer connection when pce options modified
Farid Mihoub
2023-09-14
1
-10
/
+74
*
pathd: add no command for pce/pce-config sub-commands
Farid MIHOUB
2023-09-14
1
-16
/
+31
*
pathd: Stop and free synchronous Zebra client on pathd termination
Donatas Abraitis
2023-06-26
1
-0
/
+2
*
Merge pull request #12933 from Orange-OpenSource/link_state
Philippe Guibert
2023-04-20
1
-4
/
+5
|
\
|
*
pathd: Update TE to new Link State Edge key
Olivier Dugeon
2023-04-07
1
-4
/
+5
*
|
*: Use a `struct prefix *p` instead of a `struct prefix` in functions
Donald Sharp
2023-04-07
1
-2
/
+2
|
/
*
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
3
-3
/
+3
*
*: Convert `struct event_master` to `struct event_loop`
Donald Sharp
2023-03-24
10
-15
/
+15
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
4
-13
/
+13
*
*: Convert struct thread_master to struct event_master and it's ilk
Donald Sharp
2023-03-24
10
-15
/
+15
*
*: Convert thread_cancelXXX to event_cancelXXX
Donald Sharp
2023-03-24
4
-10
/
+10
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
3
-24
/
+23
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
8
-52
/
+52
*
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
3
-3
/
+3
*
Merge pull request #12780 from opensourcerouting/spdx-license-id
Donald Sharp
2023-02-17
30
-412
/
+30
|
\
|
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
30
-412
/
+30
*
|
pathd: Remove extraneous include of version.h
Donald Sharp
2023-02-10
2
-2
/
+0
|
/
*
pathd: Add missing enum's to switch statement
Donald Sharp
2023-01-31
10
-49
/
+220
*
*: fix non-const northbound XPath format strings
David Lamparter
2023-01-27
1
-1
/
+1
*
*: apply proper format string attributes
David Lamparter
2023-01-27
1
-1
/
+2
*
pathd: fix SA warning in path_pcep_config
Mark Stapp
2022-12-19
1
-2
/
+1
*
pathd: display SRTE policy status when removing policy
Philippe Guibert
2022-11-14
1
-4
/
+20
*
pathd: some traces are added to 'debug pathd ted' command.
Philippe Guibert
2022-11-14
1
-6
/
+8
*
pathd: use a define to store the the length of endpoint string
Philippe Guibert
2022-11-14
3
-16
/
+30
*
pathd: add 'debug pathd policy' command
Philippe Guibert
2022-11-14
3
-43
/
+115
*
pathd: display path ted debugging status
Philippe Guibert
2022-11-14
3
-0
/
+10
*
Merge pull request #12196 from opensourcerouting/xref-vtysh
Donald Sharp
2022-11-03
4
-11
/
+0
|
\
|
*
build, vtysh: extract vtysh commands from .xref
David Lamparter
2022-10-26
4
-11
/
+0
*
|
pathd: Make pathd happy with clang-16
Donald Sharp
2022-10-26
1
-1
/
+1
|
/
*
*: Create and use infrastructure to show debugs in lib
Donald Sharp
2022-10-07
1
-0
/
+2
*
Merge pull request #12018 from pguibert6WIND/pathd_warning_noted
Donald Sharp
2022-09-27
1
-1
/
+1
|
\
|
*
pathd: change the vty output, when no ted is enabled on pathd
Philippe Guibert
2022-09-26
1
-1
/
+1
[next]