summaryrefslogtreecommitdiffstats
path: root/ldpd/lde.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ldpd: use zlog recirculation for subprocessesDavid Lamparter2024-03-101-0/+5
* *: add `zclient_options_sync`David Lamparter2023-11-231-5/+1
* ldpd: Stop and free synchronous Zebra client on destroyDonatas Abraitis2023-06-271-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-6/+6
* *: Convert thread_fetch and thread_call to event_fetch and event_callDonald Sharp2023-03-241-2/+2
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-5/+5
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-6/+6
* Merge pull request #12863 from sri-mohan1/sri-mohan-ldpDonald Sharp2023-02-221-127/+103
|\
| * ldpd: changes for code maintainabilitysri-mohan12023-02-221-127/+103
* | *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-12/+1
* | ldpd: Add missing enum's to switch statementDonald Sharp2023-01-311-5/+5
|/
* ldpd: Convert thread_cancel to THREAD_OFFDonald Sharp2022-07-211-4/+4
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-13/+5
* *: Convert quagga_signal_X to frr_signal_XDonald Sharp2021-11-111-1/+1
* *: convert zclient callbacks to tableDavid Lamparter2021-10-201-1/+1
* ldpd: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-041-2/+0
* *: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlenDonatas Abraitis2021-07-011-2/+2
* *: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlenDonatas Abraitis2021-07-011-2/+2
* ldpd: make allowing broken-lsps to be installed with pop operation configurablelynne2021-05-031-0/+24
* ldpd: set `frr_is_after_fork` in lde/ldpeDavid Lamparter2021-04-231-0/+2
* ldpd: Add support for read-only snmp mib objects (excluding statistics)Karen Schoener2021-02-241-4/+8
* ldpd: add support for RLFA clientsRenato Westphal2021-01-091-0/+86
* ldpd: Prevent usage after freeDonald Sharp2020-11-251-3/+3
* *: Convert all usage of zclient_send_message to new enumDonald Sharp2020-11-151-1/+1
* *: unify thread/event cancel macrosMark Stapp2020-10-231-4/+4
* ldpd: Fix issue when starting up LDP with no configuration.lynne2020-09-041-1/+157
* ldpd: process pw-status in received orderKaren Schoener2020-07-201-1/+1
* *: un-split strings across linesDavid Lamparter2020-07-141-12/+6
* ldpd: clean up temp zlog filesMark Stapp2020-06-221-0/+2
* ldpd and Zebra: Expand existing debug commands.lynne2020-05-111-2/+3
* 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