summaryrefslogtreecommitdiffstats
path: root/ldpd/ldpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* ldpd: set default instance to 1Emanuele Di Pascale2019-07-101-0/+3
* ldpd: Fix shutdowndturlupov2019-06-111-1/+1
* ldpd: Allow for -N <namespace> to influence location of LDPD_SOCKETDonald Sharp2019-06-041-1/+10
* *: remove the configuration lock from all daemonsRenato Westphal2018-11-261-1/+0
* *: add empty array of YANG modulesRenato Westphal2018-10-271-0/+6
* lib: introduce new northbound APIRenato Westphal2018-10-271-1/+1
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-1/+1
* *: add a vrf update hook to be informed of the vrf namePhilippe Guibert2018-08-281-1/+1
* *: rename ferr_zlog -> flog_err_sysQuentin Young2018-08-141-3/+3
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-1/+1
* ldpd: Convert to using LIB_ERR_XXX and zlog_ferrDonald Sharp2018-08-141-2/+4
* Merge pull request #2449 from donaldsharp/lib_delayed_readLou Berger2018-06-221-1/+18
|\
| * ldpd: Schedule application of config till after read-inDonald Sharp2018-06-191-1/+18
* | ldpd: redundant condition (cppcheck)paco2018-06-181-7/+23
|/
* *: Make assignment from RB_ROOT in while loop work betterDonald Sharp2018-02-231-12/+29
* ldpd: sprinkle in some asserts to make scan-build happyRenato Westphal2017-10-061-1/+0
* lib, ldpd: fix "argument cannot be negative" coverity warningsRenato Westphal2017-10-061-4/+9
* ldpd: detach stdin/stdout/stderr from the child processesRenato Westphal2017-10-031-1/+7
* ldpd: fix wrong indentation in the help menuRenato Westphal2017-10-031-1/+1
* ldpd: guard the label allocation debug messagesRenato Westphal2017-09-121-1/+1
* *: centralize some exit cleanup into libfrrDavid Lamparter2017-08-151-5/+3
* Merge remote-tracking branch 'frr/master' into tcp-zebraDavid Lamparter2017-08-091-13/+28
|\