summaryrefslogtreecommitdiff
path: root/ldpd/ldpd.c
AgeCommit message (Expand)Author
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-02-21Merge pull request #12851 from sri-mohan1/sri-mohan-ldpRuss White
2023-02-20ldpd: changes for code maintainabilitysri-mohan1
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-07-21ldpd: Convert thread_cancel to THREAD_OFFDonald Sharp
2022-04-19*: Fix spelling of intefaceDonald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-12-21*: rework renaming the default VRFIgor Ryzhov
2021-11-11*: Convert quagga_signal_X to frr_signal_XDonald Sharp
2021-10-07*: don't pass pointers to a local variables to thread_add_*Igor Ryzhov
2021-10-04ldpd: Do not explicitly set the thread pointer to NULLDonatas Abraitis
2021-09-14lib/module.c and callers of frrmod_load(): fix error messagesG. Paul Ziemba
2021-08-25*: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis
2021-05-03ldpd: make allowing broken-lsps to be installed with pop operation configurablelynne
2021-03-17*: require semicolon after FRR_DAEMON_INFO & co.David Lamparter
2021-03-17*: require semicolon after DEFINE_QOBJ & co.David Lamparter
2021-03-17*: require semicolon after DEFINE_HOOK & co.David Lamparter
2021-02-24ldpd: Add support for read-only snmp mib objects (excluding statistics)Karen Schoener
2021-01-08ldpd: add support for RLFA clientsRenato Westphal
2020-10-23*: unify thread/event cancel macrosMark Stapp
2020-09-11Merge pull request #6789 from volta-networks/feat_ldp_igp_syncRenato Westphal
2020-09-09ldpd: Adding support for LDP IGP SynchronizationKaren Schoener
2020-09-04ldpd: Fix issue when starting up LDP with no configuration.lynne
2020-07-14*: un-split strings across linesDavid Lamparter
2020-06-22ldpd: clean up temp zlog filesMark Stapp
2020-06-05*: integrate remaining daemons with filterRafael Zalamena
2020-04-29Merge pull request #6241 from volta-networks/fix_ldp_aclRenato Westphal
2020-04-29ldpd: fix ACL rule modificationlynne
2020-04-23ldpd: use a timer instead of sleeping in LM initMark Stapp
2020-04-16Merge pull request #6247 from FRRouting/nb_conversionsDonald Sharp
2020-04-16*: include vrf northbound module in initChirag Shah
2020-04-16Merge pull request #5451 from opensourcerouting/rcu-logSantosh P K
2020-04-01ldpd: fixing host-only configuration filter.lynne
2020-04-01lib: rewrite zlog lock-free & TLS-bufferedDavid Lamparter
2020-03-23Merge pull request #5851 from volta-networks/feat_ldp_oc_reviewRenato Westphal
2020-03-20ldpd: adding support for LDP ordered label distribution controlKaren Schoener
2020-03-08ldpd: fix another linking issue with GCC-10Ruben Kerkhof
2020-03-02ldpd: Remove double set of lifDonald Sharp
2020-02-27ldpd: Cleanup indentation in merge_nbrpsDonald Sharp
2020-02-27ldpd: Cleanup set but unused variablesDonald Sharp
2019-12-02*: generously apply constDavid Lamparter
2019-11-30*: make frr_yang_module_info constDavid Lamparter
2019-07-10ldpd: set default instance to 1Emanuele Di Pascale
2019-06-11ldpd: Fix shutdowndturlupov
2019-06-04ldpd: Allow for -N <namespace> to influence location of LDPD_SOCKETDonald Sharp
2018-11-26*: remove the configuration lock from all daemonsRenato Westphal