summaryrefslogtreecommitdiffstats
path: root/ldpd/lde.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6241 from volta-networks/fix_ldp_aclRenato Westphal2020-04-301-2/+329
|\
| * ldpd: fix ACL rule modificationlynne2020-04-291-2/+329
* | ldpd: use a timer instead of sleeping in LM initMark Stapp2020-04-231-11/+40
* | zebra,ldpd: use zapi client session id in LM apisMark Stapp2020-04-161-0/+1
|/
* Merge pull request #6109 from volta-networks/feat_ldp_host_onlyRenato Westphal2020-04-021-0/+50
|\
| * ldpd: fixing host-only configuration filter.lynne2020-04-011-0/+50
* | Merge pull request #5925 from volta-networks/synchronous_clientRenato Westphal2020-03-261-1/+10
|\ \ | |/ |/|
| * zebra: Synchronous client queues accumulate messages from zebra.Karen Schoener2020-03-231-1/+10
* | Merge pull request #5851 from volta-networks/feat_ldp_oc_reviewRenato Westphal2020-03-231-10/+80
|\ \
| * | ldpd: adding support for LDP ordered label distribution controlKaren Schoener2020-03-201-10/+80
| |/
* / ldpd: remove multiple definitions of thread_masterRuben Kerkhof2020-03-081-3/+0
|/
* zebra: identify MPLS FTNs by route type and instanceRenato Westphal2019-09-071-5/+10
* ldpd: Fix to release MPLS label if its not used anymoreBinu Abraham2019-07-151-0/+39
* lib, zebra: support label chunk requests for SRGBEmanuele Di Pascale2019-07-101-1/+2
* *: Replace zclient_new with zclient_new_notifyDonald Sharp2018-11-121-1/+1
* 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