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
*
*: 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
|
\
|
*
*: Convert quagga_signal_X to frr_signal_X
Donald Sharp
2021-11-11
1
-1
/
+1
*
|
*: use compiler.h MIN/MAX macros instead of everyone having one
Donald Sharp
2021-11-11
1
-9
/
+1
|
/
*
Merge pull request #9854 from opensourcerouting/zapi-call-table
Russ White
2021-10-26
1
-5
/
+9
|
\
|
*
*: convert zclient callbacks to table
David Lamparter
2021-10-20
1
-5
/
+9
*
|
Merge pull request #9824 from idryzhov/nb-cli-const-lyd-node
Donald Sharp
2021-10-25
2
-20
/
+24
|
\
\
|
*
|
lib: northbound cli show/cmd functions must not modify data nodes
Igor Ryzhov
2021-10-13
2
-20
/
+24
|
|
/
*
/
pathd: Call frr_fini() before exit
Donald Sharp
2021-10-20
1
-0
/
+2
|
/
*
pathd: Ensure node_src_id is inited before usage
Donald Sharp
2021-09-09
1
-0
/
+9
*
*: fix for -Wstrict-prototypes
David Lamparter
2021-09-02
1
-1
/
+1
*
Merge pull request #9331 from idryzhov/explicit-exit
Christian Hopps
2021-08-26
5
-26
/
+48
|
\
|
*
*: explicitly print "exit" at the end of every node config
Igor Ryzhov
2021-08-23
4
-1
/
+37
|
*
pathd: rework config printing code
Igor Ryzhov
2021-08-23
3
-25
/
+11
*
|
*: Drop `break` after using frr_help_exit() in switch/case
Donatas Abraitis
2021-08-25
1
-1
/
+0
|
/
*
vtysh, pathd: fix pcep node-entering commands
Igor Ryzhov
2021-08-11
1
-12
/
+33
*
pathd: fix indentation and redundant space in index config
Igor Ryzhov
2021-08-05
1
-1
/
+1
*
pathd: fix indentation for mpls-te config
Igor Ryzhov
2021-08-05
1
-4
/
+4
*
Merge pull request #9102 from opensourcerouting/autoconf-fix-gcov
Donald Sharp
2021-07-22
1
-1
/
+1
|
\
|
*
build: fix `AM_LDFLAGS` usage (and gcov)
David Lamparter
2021-07-21
1
-1
/
+1
*
|
pathd: don't use localtime
Mark Stapp
2021-07-20
1
-3
/
+3
|
/
*
Merge pull request #8938 from volta-networks/fix_no_path_retries
Donald Sharp
2021-07-06
2
-2
/
+53
|
\
|
*
pathd: Handle srp_id correctly (2/2)
Javier Garcia
2021-06-28
2
-1
/
+2
|
*
pathd: If pce ret no-path to PcReq don't retry PcReq nor delegate(1/2)
Javier Garcia
2021-06-24
1
-1
/
+51
*
|
pathd: coverity msg , frr_weak_random instead rand.
Javier Garcia
2021-06-25
1
-1
/
+1
|
/
*
pathd: Sanity checks. (4/4)
Javier Garcia
2021-06-22
1
-1
/
+23
*
pathd: Handle PCInitiated configuration, main thread. (3/4)
Javier Garcia
2021-06-22
9
-18
/
+216
*
pathd: Handle PCInitiated messages, thread controller. (2/4)
Javier Garcia
2021-06-22
7
-26
/
+288
*
pathd: Remove unused function
Donald Sharp
2021-06-05
2
-13
/
+0
*
pathd: fix render candidate-path bandwidth
Emanuele Di Pascale
2021-06-01
1
-2
/
+3
*
Merge pull request #8665 from volta-networks/fix_pathd_coverity
Olivier Dugeon
2021-05-19
3
-8
/
+7
|
\
|
*
pathd: Clean coverity issues after merge pathd link state feature.
Javier Garcia
2021-05-18
3
-8
/
+7
*
|
Merge pull request #8667 from volta-networks/fix_pathd_cli_affinity
Olivier Dugeon
2021-05-19
1
-6
/
+4
|
\
\
|
*
|
pathd: Fix affinity command to exclude options to match implementation.
Javier Garcia
2021-05-18
1
-6
/
+4
|
|
/
*
/
lib: adapt to version 2 of libyang
Christian Hopps
2021-05-13
1
-1
/
+1
|
/
*
pathd. TED support . Validation of candidate path - [part 2/4]
Javier Garcia
2021-05-10
7
-82
/
+685
*
pathd. TED support . Client to link State - [part 1/4]
Javier Garcia
2021-05-10
7
-2
/
+987
*
Merge pull request #8545 from opensourcerouting/assert-our-own
Mark Stapp
2021-05-03
5
-0
/
+10
|
\
|
*
*: make sure `config.h` or `zebra.h` is first
David Lamparter
2021-04-23
5
-0
/
+10
*
|
pathd: don't init PCEP before fork()
David Lamparter
2021-04-22
1
-1
/
+11
|
/
[next]