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: 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
*
|
Merge pull request #11910 from fdumontet6WIND/NAI_Adj
Olivier Dugeon
2022-09-27
1
-8
/
+8
|
\
\
|
|
/
|
/
|
|
*
pathd: nai adjacency fix query type f for IPV6
Francois Dumontet
2022-09-06
1
-8
/
+8
*
|
pathd: 'no mpls-te on' command was not working
Philippe Guibert
2022-09-20
1
-1
/
+1
|
/
*
pathd: Ensure path is free'd after we no longer need it.
Donald Sharp
2022-08-15
1
-1
/
+1
*
pathd: add a zebra stop handler
Philippe Guibert
2022-07-22
3
-0
/
+9
*
*: Properly use memset() when zeroing
Donatas Abraitis
2022-05-11
1
-1
/
+1
*
build: first header *must* be zebra.h or config.h
David Lamparter
2022-04-04
1
-2
/
+2
*
*: Fix spelling of wether
Donald Sharp
2022-04-02
1
-1
/
+1
*
*: Fix spelling of Following
Donald Sharp
2022-04-01
1
-1
/
+1
*
isisd, lib, ospfd, pathd: Null out free'd pointer
Donald Sharp
2022-03-31
1
-2
/
+2
*
pathd: bad order of nai adjacencies for ipv6
Philippe Guibert
2022-03-23
1
-1
/
+1
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
5
-64
/
+46
*
pathd: Fix spelling mistakes
Donald Sharp
2022-02-14
3
-5
/
+5
*
pathd: fix typo in pathd/path_ted.c
Yamato Sugawara
2021-12-19
1
-1
/
+1
*
*: Remove redundand braces for single statement blocks
Donatas Abraitis
2021-11-27
1
-2
/
+1
*
pathd: Convert vty_out to vty_json for JSON
Donatas Abraitis
2021-11-25
1
-4
/
+1
*
Merge pull request #10036 from donaldsharp/finally_frr
Jafar Al-Gharaibeh
2021-11-13
1
-1
/
+1
|
\
[next]