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
*
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
|
/
*
build: properly split CFLAGS from AC_CFLAGS
David Lamparter
2021-04-21
1
-1
/
+1
*
build: make builddir include path consistent
David Lamparter
2021-04-21
4
-4
/
+4
*
build: don't use $(top_srcdir) in vtysh_scan
David Lamparter
2021-04-13
1
-2
/
+2
*
Merge pull request #8100 from qlyoung/remove-sample-conf-files
David Lamparter
2021-04-13
2
-42
/
+0
|
\
|
*
*: remove *.conf.sample files
Quentin Young
2021-04-09
2
-42
/
+0
*
|
Merge pull request #8421 from opensourcerouting/xrelfo-arm
Mark Stapp
2021-04-12
1
-2
/
+3
|
\
\
|
*
|
build: don't link pathd/path_main.c twice
David Lamparter
2021-04-09
1
-2
/
+3
|
|
/
*
/
lib: use platform-neutral value for TCP MD5 signature len
Mark Stapp
2021-04-09
1
-1
/
+1
|
/
*
Merge pull request #8250 from idryzhov/fix-nb-running-get-entry
Renato Westphal
2021-03-24
1
-4
/
+4
|
\
|
*
*: fix aborts when validating configuration
Igor Ryzhov
2021-03-16
1
-4
/
+4
*
|
Merge pull request #8307 from opensourcerouting/mtypes-cleanup-20210322
Russ White
2021-03-23
13
-118
/
+16
|
\
\
|
*
|
pathd: kill *_memory.[ch]
David Lamparter
2021-03-22
13
-118
/
+16
*
|
|
Merge pull request #8303 from volta-networks/fix_coverity_pceplib
Donald Sharp
2021-03-22
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
pceplib: Fixing coverity messages.
Javier Garcia
2021-03-20
1
-1
/
+1
*
|
|
Merge pull request #8121 from opensourcerouting/macro-cleanup
Donatas Abraitis
2021-03-22
11
-26
/
+28
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
*: require semicolon after FRR_DAEMON_INFO & co.
David Lamparter
2021-03-17
2
-2
/
+4
|
*
|
*: require semicolon after DEFINE_<typesafe...>
David Lamparter
2021-03-17
2
-6
/
+6
|
*
|
*: require semicolon after DEFINE_HOOK & co.
David Lamparter
2021-03-17
2
-6
/
+6
|
*
|
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
6
-12
/
+12
*
|
|
pathd: remove mid-string line breaks
David Lamparter
2021-03-17
2
-20
/
+10
*
|
|
pathd: use %pIA to print struct ipaddr *
David Lamparter
2021-03-17
1
-25
/
+13
*
|
|
pathd: fix %pI4 <> %pI6 snafu
David Lamparter
2021-03-17
1
-1
/
+1
|
/
/
*
/
pceplib: Integrate pcelib into frr
Javier Garcia
2021-03-05
14
-199
/
+254
|
/
*
pathd: add meaningful names to threads
Javier Garcia
2021-01-19
2
-2
/
+2
*
Merge pull request #7830 from volta-networks/misc_fixes_2021
Donatas Abraitis
2021-01-11
1
-1
/
+2
|
\
|
*
pathd, tools: fix peer preference config
Emanuele Di Pascale
2021-01-09
1
-1
/
+2
*
|
Merge pull request #7785 from volta-networks/fix_show_pce_confidence_for_pr
Donald Sharp
2021-01-09
3
-2
/
+7
|
\
\
|
|
/
|
/
|
|
*
pathd: Add level of confidence to show pcep-session
Javier Garcia
2020-12-22
3
-2
/
+7
*
|
pathd: Convert to use our internal frr_weak_random
Donald Sharp
2021-01-05
2
-2
/
+4
*
|
pathd: Fix unlock of non-locked mutex
Donald Sharp
2021-01-04
1
-2
/
+0
*
|
pathd: fix compile warning in path_cli
Mark Stapp
2020-12-21
1
-1
/
+1
|
/
[next]