summaryrefslogtreecommitdiffstats
path: root/ldpd/lde.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd, doc, ldpd, lib, tests, zebra: LM fixespaco2018-09-181-1/+1
* lib, ldpd: fix SA warnings from TAILQ oddnessDavid Lamparter2018-09-081-3/+1
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-3/+2
* *: Make assignment from RB_ROOT in while loop work betterDonald Sharp2018-02-231-1/+4
* *: Make code use a consisten definition of labelsDonald Sharp2018-02-091-9/+13
* zebra, ldpd: fix display of pseudowire statusRenato Westphal2017-11-291-2/+7
* *: Make zapi route install Notifications optionalDonald Sharp2017-11-271-1/+1
* *: Modify zclient_init to require privs dataDonald Sharp2017-10-241-1/+3
* ldpd: fix heap-use-after-free at exitRenato Westphal2017-10-101-0/+9
* ldpd: sprinkle in some asserts to make scan-build happyRenato Westphal2017-10-061-1/+1
* ldpd: guard the label allocation debug messagesRenato Westphal2017-09-121-3/+2
* ldpd: fix broken label allocationRenato Westphal2017-09-121-1/+2
* Merge remote-tracking branch 'frr/master' into tcp-zebraDavid Lamparter2017-08-091-34/+27
|\
| * Merge pull request #892 from opensourcerouting/watchfrr-simplifyDonald Sharp2017-08-091-0/+1
| |\
| | * lib: privs: make uid/gid accessible before setuidDavid Lamparter2017-08-021-0/+1
| * | ldpd: fix missing label mappingsRenato Westphal2017-08-091-1/+5
| * | ldpd: integrate with the pseudowire manager in zebraRenato Westphal2017-08-091-33/+21
| |/
* / *: remove --enable-tcp-zebra, rework ZAPI pathDavid Lamparter2017-08-081-1/+3
|/
* ldpd: silence coverity scan warningRenato Westphal2017-07-311-1/+5
* lib: more `show thread cpu`Quentin Young2017-06-301-1/+1
* lib: improve the RB implementationRafael Zalamena2017-06-161-13/+14
* Merge branch 'stable/3.0'David Lamparter2017-06-131-5/+0
|\
| * ldpd: remove pledge callsRenato Westphal2017-06-071-5/+0
| * ldpd: fix issues detected by Coverity ScanRenato Westphal2017-06-051-8/+2
| * ldpd: schedule the sending of label messages when necessaryRenato Westphal2017-06-051-4/+43
| * ldpd: use synchronous channels for sending log messagesRenato Westphal2017-06-051-3/+10
| * ldpd: remove unnecessary checks if a signal was caughtRenato Westphal2017-06-051-10/+3
| * ldpd: fix segfault after failed initializationRenato Westphal2017-06-051-3/+6
| * ldpd: simplify initialization of the child processesRenato Westphal2017-06-051-24/+34
| * ldpd: split log.c into two filesRenato Westphal2017-06-051-0/+1
* | Merge branch 'stable/3.0'David Lamparter2017-05-181-2/+2
|\|
| * lm: Make relay label manager asyncßingen2017-05-111-2/+2
* | *: update thread_add_* callsQuentin Young2017-05-091-7/+6
* | *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-2/+5
* | ldpd: fix issues detected by Coverity ScanRenato Westphal2017-04-271-8/+2
* | ldpd: schedule the sending of label messages when necessaryRenato Westphal2017-04-261-4/+43
* | ldpd: fix small style issuesRenato Westphal2017-04-261-38/+42
* | ldpd: use synchronous channels for sending log messagesRenato Westphal2017-04-261-3/+10
* | ldpd: remove unnecessary checks if a signal was caughtRenato Westphal2017-04-261-10/+3
* | ldpd: fix segfault after failed initializationRenato Westphal2017-04-261-3/+6
* | ldpd: simplify initialization of the child processesRenato Westphal2017-04-261-24/+34
* | 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-9/+1
* ldpd: fix configuration of non-existing VPLS interfaces and pseudowiresRenato Westphal2017-03-311-4/+30
* ldpd: no need to synchronize pseudowires with LSPs anymoreRenato Westphal2017-03-311-16/+0
* Merge pull request #297 from opensourcerouting/ldpd-openbsdDonald Sharp2017-03-301-1/+1
|\
| * ldpd: update pledge promise in ldeRenato Westphal2017-03-281-1/+1
* | ldpd: ignore the SIGHUP signal in the child processesRenato Westphal2017-03-271-0/+4
|/
* ldpd: Remove lde_release_label_chunk to avoid warningsßingen2017-03-231-6/+0
* lm: Fix some errors detected by Coverity Scanßingen2017-03-221-0/+4