summaryrefslogtreecommitdiffstats
path: root/ldpd/ldpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: remove the configuration lock from all daemonsRenato Westphal2018-11-261-1/+0
* *: add empty array of YANG modulesRenato Westphal2018-10-271-0/+6
* lib: introduce new northbound APIRenato Westphal2018-10-271-1/+1
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-1/+1
* *: add a vrf update hook to be informed of the vrf namePhilippe Guibert2018-08-281-1/+1
* *: rename ferr_zlog -> flog_err_sysQuentin Young2018-08-141-3/+3
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-1/+1
* ldpd: Convert to using LIB_ERR_XXX and zlog_ferrDonald Sharp2018-08-141-2/+4
* Merge pull request #2449 from donaldsharp/lib_delayed_readLou Berger2018-06-221-1/+18
|\
| * ldpd: Schedule application of config till after read-inDonald Sharp2018-06-191-1/+18
* | ldpd: redundant condition (cppcheck)paco2018-06-181-7/+23
|/
* *: Make assignment from RB_ROOT in while loop work betterDonald Sharp2018-02-231-12/+29
* ldpd: sprinkle in some asserts to make scan-build happyRenato Westphal2017-10-061-1/+0
* lib, ldpd: fix "argument cannot be negative" coverity warningsRenato Westphal2017-10-061-4/+9
* ldpd: detach stdin/stdout/stderr from the child processesRenato Westphal2017-10-031-1/+7
* ldpd: fix wrong indentation in the help menuRenato Westphal2017-10-031-1/+1
* ldpd: guard the label allocation debug messagesRenato Westphal2017-09-121-1/+1
* *: centralize some exit cleanup into libfrrDavid Lamparter2017-08-151-5/+3
* Merge remote-tracking branch 'frr/master' into tcp-zebraDavid Lamparter2017-08-091-13/+28
|\
| * ldpd: integrate with the pseudowire manager in zebraRenato Westphal2017-08-091-13/+28
* | *: remove --enable-tcp-zebra, rework ZAPI pathDavid Lamparter2017-08-081-1/+1
|/
* lib: improve the RB implementationRafael Zalamena2017-06-161-17/+19
* ldpd: further improvements in the configuration handlingRenato Westphal2017-06-031-24/+33
* ldpd: fix bug in pseudowire control-word negotiationRenato Westphal2017-06-031-4/+2
* ldpd: use frr_init()David Lamparter2017-05-181-14/+4
* *: Consolidate vrf_hooks into vrf_initDonald Sharp2017-05-161-1/+1
* *: update thread_add_* callsQuentin Young2017-05-091-12/+12
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-10/+14
* ldpd: simplify initialization of the child processesRenato Westphal2017-04-261-45/+17
* ldpd: call openzlog() in the child processes as wellRenato Westphal2017-04-251-3/+3
* ldpd: split log.c into two filesRenato Westphal2017-04-251-0/+1
* ldpd: do not consume vty_conf when updating the configurationRenato Westphal2017-03-311-159/+107
* ldpd: extend the ldp_config_normalize() functionRenato Westphal2017-03-311-27/+40
* ldpd: fix configuration of non-existing VPLS interfaces and pseudowiresRenato Westphal2017-03-311-3/+8
* ldpd: remove the interface vty nodeRenato Westphal2017-03-311-1/+0
* ldpd: fix pseudowire merge algorithmRenato Westphal2017-03-271-52/+20
* ldpd: remove a few unnecessary functionsRenato Westphal2017-03-271-6/+6
* ldpd: do a full configuration reload upon receiving a SIGHUPRenato Westphal2017-03-271-0/+21
* ldpd: simplify handling of configuration commandsRenato Westphal2017-03-271-77/+46
* ldpd: drop privileges earlier in the parent processRenato Westphal2017-03-271-22/+19
* Merge pull request #286 from opensourcerouting/ldpd-tshootDonald Sharp2017-03-241-0/+4
|\
| * ldpd: provide more detailed information in some show commandsRenato Westphal2017-03-211-0/+4
* | Merge pull request #285 from bingen/label_manager_3Donald Sharp2017-03-211-8/+27
|\ \
| * | Implement generic label managerßingen2017-03-201-8/+27
| |/
* / ldpd: Move if_update to ldp_if_updateDonald Sharp2017-03-151-1/+1
|/
* lib: remove remaining struct zlog * argsDavid Lamparter2017-03-081-1/+1
* lib: simplify protocol/log namingDavid Lamparter2017-03-081-2/+2
* *: add frr_run()David Lamparter2017-03-081-10/+1
* *: add frr_config_fork()David Lamparter2017-03-081-49/+4
* *: add frr_init() infrastructureDavid Lamparter2017-03-071-96/+31