index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ldpd
/
ldpd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: remove the configuration lock from all daemons
Renato Westphal
2018-11-26
1
-1
/
+0
*
*: 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
*
*: LIB_[ERR|WARN] -> EC_LIB
Quentin Young
2018-09-13
1
-1
/
+1
*
*: add a vrf update hook to be informed of the vrf name
Philippe Guibert
2018-08-28
1
-1
/
+1
*
*: 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
*
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: redundant condition (cppcheck)
paco
2018-06-18
1
-7
/
+23
|
/
*
*: Make assignment from RB_ROOT in while loop work better
Donald Sharp
2018-02-23
1
-12
/
+29
*
ldpd: sprinkle in some asserts to make scan-build happy
Renato Westphal
2017-10-06
1
-1
/
+0
*
lib, ldpd: fix "argument cannot be negative" coverity warnings
Renato Westphal
2017-10-06
1
-4
/
+9
*
ldpd: detach stdin/stdout/stderr from the child processes
Renato Westphal
2017-10-03
1
-1
/
+7
*
ldpd: fix wrong indentation in the help menu
Renato Westphal
2017-10-03
1
-1
/
+1
*
ldpd: guard the label allocation debug messages
Renato Westphal
2017-09-12
1
-1
/
+1
*
*: centralize some exit cleanup into libfrr
David Lamparter
2017-08-15
1
-5
/
+3
*
Merge remote-tracking branch 'frr/master' into tcp-zebra
David Lamparter
2017-08-09
1
-13
/
+28
|
\
|
*
ldpd: integrate with the pseudowire manager in zebra
Renato Westphal
2017-08-09
1
-13
/
+28
*
|
*: remove --enable-tcp-zebra, rework ZAPI path
David Lamparter
2017-08-08
1
-1
/
+1
|
/
*
lib: improve the RB implementation
Rafael Zalamena
2017-06-16
1
-17
/
+19
*
ldpd: further improvements in the configuration handling
Renato Westphal
2017-06-03
1
-24
/
+33
*
ldpd: fix bug in pseudowire control-word negotiation
Renato Westphal
2017-06-03
1
-4
/
+2
*
ldpd: use frr_init()
David Lamparter
2017-05-18
1
-14
/
+4
*
*: Consolidate vrf_hooks into vrf_init
Donald Sharp
2017-05-16
1
-1
/
+1
*
*: update thread_add_* calls
Quentin Young
2017-05-09
1
-12
/
+12
*
*: remove THREAD_ON macros, add nullity check
Quentin Young
2017-05-09
1
-10
/
+14
*
ldpd: simplify initialization of the child processes
Renato Westphal
2017-04-26
1
-45
/
+17
*
ldpd: call openzlog() in the child processes as well
Renato Westphal
2017-04-25
1
-3
/
+3
*
ldpd: split log.c into two files
Renato Westphal
2017-04-25
1
-0
/
+1
*
ldpd: do not consume vty_conf when updating the configuration
Renato Westphal
2017-03-31
1
-159
/
+107
*
ldpd: extend the ldp_config_normalize() function
Renato Westphal
2017-03-31
1
-27
/
+40
*
ldpd: fix configuration of non-existing VPLS interfaces and pseudowires
Renato Westphal
2017-03-31
1
-3
/
+8
*
ldpd: remove the interface vty node
Renato Westphal
2017-03-31
1
-1
/
+0
*
ldpd: fix pseudowire merge algorithm
Renato Westphal
2017-03-27
1
-52
/
+20
*
ldpd: remove a few unnecessary functions
Renato Westphal
2017-03-27
1
-6
/
+6
*
ldpd: do a full configuration reload upon receiving a SIGHUP
Renato Westphal
2017-03-27
1
-0
/
+21
*
ldpd: simplify handling of configuration commands
Renato Westphal
2017-03-27
1
-77
/
+46
*
ldpd: drop privileges earlier in the parent process
Renato Westphal
2017-03-27
1
-22
/
+19
*
Merge pull request #286 from opensourcerouting/ldpd-tshoot
Donald Sharp
2017-03-24
1
-0
/
+4
|
\
|
*
ldpd: provide more detailed information in some show commands
Renato Westphal
2017-03-21
1
-0
/
+4
*
|
Merge pull request #285 from bingen/label_manager_3
Donald Sharp
2017-03-21
1
-8
/
+27
|
\
\
|
*
|
Implement generic label manager
ßingen
2017-03-20
1
-8
/
+27
|
|
/
*
/
ldpd: Move if_update to ldp_if_update
Donald Sharp
2017-03-15
1
-1
/
+1
|
/
*
lib: remove remaining struct zlog * args
David Lamparter
2017-03-08
1
-1
/
+1
*
lib: simplify protocol/log naming
David Lamparter
2017-03-08
1
-2
/
+2
*
*: add frr_run()
David Lamparter
2017-03-08
1
-10
/
+1
*
*: add frr_config_fork()
David Lamparter
2017-03-08
1
-49
/
+4
*
*: add frr_init() infrastructure
David Lamparter
2017-03-07
1
-96
/
+31
[next]