summaryrefslogtreecommitdiffstats
path: root/ldpd/log.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ldpd: use zlog recirculation for subprocessesDavid Lamparter2024-03-101-21/+22
| | | | | | | | | This way, full functionality of `zlog_*` is available. Having `fatal()` be wrappers around `assertf()` also means we get backtraces, which is not the case for a plain `exit(1)`. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-12/+1
| | | | | | Done with a combination of regex'ing and banging my head against a wall. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* ldpd: split log.c into two filesRenato Westphal2017-04-251-42/+24
| | | | | | | This is basically to keep in sync with OpenBSD's ldpd(8) where the same change was done. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
* ldpd: adapt the code for QuaggaRenato Westphal2016-09-231-5/+7
| | | | Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
* ldpd: copy original sources from OpenBSD (14/09/2016)Renato Westphal2016-09-231-0/+63
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>