index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ldpd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ldpd: Fix to release MPLS label if its not used anymore
Binu Abraham
2019-07-15
3
-0
/
+43
*
ldpd: set default instance to 1
Emanuele Di Pascale
2019-07-10
1
-0
/
+3
*
lib, zebra: support label chunk requests for SRGB
Emanuele Di Pascale
2019-07-10
1
-1
/
+2
*
ldpd: fix clang-SA warning in packet reading
David Lamparter
2019-06-13
1
-0
/
+5
*
ldpd: Fix shutdown
dturlupov
2019-06-11
1
-1
/
+1
*
ldpd: Allow for -N <namespace> to influence location of LDPD_SOCKET
Donald Sharp
2019-06-04
1
-1
/
+10
*
*: use ZAPI_CALLBACK_ARGS macro for zapi handlers
Quentin Young
2019-05-03
1
-36
/
+20
*
build: fix a whole bunch of *FLAGS
David Lamparter
2019-01-30
1
-1
/
+1
*
ldpd: fix corner case in which we wouldn't respect the max pdu length
Renato Westphal
2019-01-22
1
-2
/
+2
*
ldpd: fix missing return value in bindany
Mark Stapp
2019-01-16
1
-0
/
+1
*
ldpd: fix startup on OpenBSD
Rafael Zalamena
2018-12-22
1
-8
/
+10
*
ldpd: add support for FreeBSD IP_BINDANY
Rafael Zalamena
2018-12-21
1
-2
/
+11
*
*: remove the configuration lock from all daemons
Renato Westphal
2018-11-26
1
-1
/
+0
*
*: Replace zclient_new with zclient_new_notify
Donald Sharp
2018-11-12
2
-2
/
+2
*
*: add empty array of YANG modules
Renato Westphal
2018-10-27
1
-0
/
+6
*
lib: introduce new northbound API
Renato Westphal
2018-10-27
1
-1
/
+1
*
*: spelchek
David Lamparter
2018-10-25
2
-2
/
+2
*
bgpd, doc, ldpd, lib, tests, zebra: LM fixes
paco
2018-09-18
1
-1
/
+1
*
Merge pull request #3040 from pacovn/static_analysis__drop_const_1
Quentin Young
2018-09-17
3
-7
/
+7
|
\
|
*
bgpd isisd ldpd lib: const drop fixes (SA)
F. Aragon
2018-09-17
3
-7
/
+7
*
|
*: LIB_[ERR|WARN] -> EC_LIB
Quentin Young
2018-09-13
1
-1
/
+1
|
/
*
Merge pull request #2977 from opensourcerouting/doc-fix
Donald Sharp
2018-09-09
1
-1
/
+1
|
\
|
*
build: fix not building docs w/o sphinx
David Lamparter
2018-09-09
1
-1
/
+1
*
|
Merge pull request #2965 from opensourcerouting/buildfoo-20180904
Donald Sharp
2018-09-09
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
*: fix config.h/zebra.h include order
David Lamparter
2018-09-08
1
-0
/
+4
*
|
Merge pull request #2862 from opensourcerouting/non-recursive
Donald Sharp
2018-09-09
2
-15
/
+2
|
\
|
|
*
*: cleanup .gitignore files
David Lamparter
2018-09-08
1
-15
/
+0
|
*
build: move vtysh & manpage listings to subdir.am
David Lamparter
2018-09-08
1
-0
/
+2
*
|
lib, ldpd: fix SA warnings from TAILQ oddness
David Lamparter
2018-09-08
1
-3
/
+1
|
/
*
*: add a vrf update hook to be informed of the vrf name
Philippe Guibert
2018-08-28
1
-1
/
+1
*
*: use frr_elevate_privs() (2/2: manual)
David Lamparter
2018-08-14
1
-26
/
+14
*
*: use frr_elevate_privs() (1/2: coccinelle)
David Lamparter
2018-08-14
1
-10
/
+6
*
*: rename ferr_zlog -> flog_err_sys
Quentin Young
2018-08-14
1
-3
/
+3
*
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
1
-1
/
+1
*
ldpd: Convert to using LIB_ERR_XXX and zlog_ferr
Donald Sharp
2018-08-14
1
-2
/
+4
*
ldpd: use DEFPY_NOSH whenever possible
Renato Westphal
2018-08-13
1
-39
/
+15
*
ldpd: add missing command under the ipv6 address-family node
Renato Westphal
2018-07-24
1
-0
/
+1
*
ldpd: buffer underflow, thread safety (PVS-Studio)
F. Aragon
2018-07-04
6
-51
/
+46
*
ldpd: null check (Coverity 1452317)
paco
2018-06-25
1
-0
/
+3
*
Merge pull request #2449 from donaldsharp/lib_delayed_read
Lou Berger
2018-06-22
1
-1
/
+18
|
\
|
*
ldpd: Schedule application of config till after read-in
Donald Sharp
2018-06-19
1
-1
/
+18
*
|
ldpd lib: null check (Coverity 1452287 + 20 alike)
paco
2018-06-21
2
-4
/
+50
*
|
Merge pull request #2485 from pacovn/cppcheck_ldpd_redundant_condition
Russ White
2018-06-20
1
-7
/
+23
|
\
\
|
|
/
|
/
|
|
*
ldpd: redundant condition (cppcheck)
paco
2018-06-18
1
-7
/
+23
*
|
ldpd: redundant pointer operation (cppcheck)
paco
2018-06-18
1
-1
/
+1
|
/
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
3
-6
/
+5
*
*: globally ignore clippy-generated source
Quentin Young
2018-03-09
1
-1
/
+0
*
*: Make assignment from RB_ROOT in while loop work better
Donald Sharp
2018-02-23
8
-25
/
+65
*
*: Make code use a consisten definition of labels
Donald Sharp
2018-02-09
3
-17
/
+21
*
ldpd: Switch over to new debug style
Donald Sharp
2017-12-08
2
-57
/
+57
[next]