summaryrefslogtreecommitdiffstats
path: root/ldpd/ldpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: fix `frr_daemon_info` indentationDavid Lamparter2024-01-271-0/+2
* build: nuke `LDPD_SOCKET`David Lamparter2024-01-271-22/+5
* lib: zebra.h is not using signal.hDonald Sharp2024-01-091-0/+1
* *: zebra.h should not have fcntl.hDonald Sharp2024-01-091-0/+2
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-2/+2
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-10/+10
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-2/+2
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-15/+15
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-7/+7
* Merge pull request #12851 from sri-mohan1/sri-mohan-ldpRuss White2023-02-211-53/+97
|\
| * ldpd: changes for code maintainabilitysri-mohan12023-02-201-53/+97
* | *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-12/+1
|/
* ldpd: Convert thread_cancel to THREAD_OFFDonald Sharp2022-07-211-7/+7
* *: Fix spelling of intefaceDonald Sharp2022-04-191-1/+1
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-21/+9
* *: rework renaming the default VRFIgor Ryzhov2021-12-211-1/+1
* *: Convert quagga_signal_X to frr_signal_XDonald Sharp2021-11-111-1/+1
* *: don't pass pointers to a local variables to thread_add_*Igor Ryzhov2021-10-071-2/+1
* ldpd: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-041-4/+0
* lib/module.c and callers of frrmod_load(): fix error messagesG. Paul Ziemba2021-09-141-2/+1
* *: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis2021-08-251-1/+0
* ldpd: make allowing broken-lsps to be installed with pop operation configurablelynne2021-05-031-0/+10
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+1
* *: require semicolon after DEFINE_QOBJ & co.David Lamparter2021-03-171-7/+7
* *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-171-1/+1
* ldpd: Add support for read-only snmp mib objects (excluding statistics)Karen Schoener2021-02-241-2/+27
* ldpd: add support for RLFA clientsRenato Westphal2021-01-091-0/+10
* *: unify thread/event cancel macrosMark Stapp2020-10-231-7/+7
* Merge pull request #6789 from volta-networks/feat_ldp_igp_syncRenato Westphal2020-09-111-0/+17
|\
| * ldpd: Adding support for LDP IGP SynchronizationKaren Schoener2020-09-091-0/+17
* | ldpd: Fix issue when starting up LDP with no configuration.lynne2020-09-041-1/+42
|/
* *: un-split strings across linesDavid Lamparter2020-07-141-10/+5
* ldpd: clean up temp zlog filesMark Stapp2020-06-221-1/+2
* *: integrate remaining daemons with filterRafael Zalamena2020-06-051-0/+1
* Merge pull request #6241 from volta-networks/fix_ldp_aclRenato Westphal2020-04-301-3/+2
|\
| * ldpd: fix ACL rule modificationlynne2020-04-291-3/+2
* | ldpd: use a timer instead of sleeping in LM initMark Stapp2020-04-231-3/+0
* | Merge pull request #6247 from FRRouting/nb_conversionsDonald Sharp2020-04-171-0/+1
|\ \
| * | *: include vrf northbound module in initChirag Shah2020-04-161-0/+1
| |/
* | Merge pull request #5451 from opensourcerouting/rcu-logSantosh P K2020-04-161-4/+15
|\ \ | |/ |/|
| * lib: rewrite zlog lock-free & TLS-bufferedDavid Lamparter2020-04-011-4/+15
* | ldpd: fixing host-only configuration filter.lynne2020-04-011-0/+13
|/
* Merge pull request #5851 from volta-networks/feat_ldp_oc_reviewRenato Westphal2020-03-231-0/+8
|\
| * ldpd: adding support for LDP ordered label distribution controlKaren Schoener2020-03-201-0/+8
* | ldpd: fix another linking issue with GCC-10Ruben Kerkhof2020-03-081-0/+2
* | ldpd: Remove double set of lifDonald Sharp2020-03-031-1/+1
* | ldpd: Cleanup indentation in merge_nbrpsDonald Sharp2020-02-271-21/+23
* | ldpd: Cleanup set but unused variablesDonald Sharp2020-02-271-9/+8
|/
* *: generously apply constDavid Lamparter2019-12-021-1/+1
* *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+1