]> git.puffer.fish Git - matthieu/frr.git/commit
ldpd: use zlog recirculation for subprocesses
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 25 Jan 2024 21:54:54 +0000 (22:54 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Sun, 10 Mar 2024 11:42:14 +0000 (12:42 +0100)
commit95a737ed1bf7f89cb8e5367ef8e8e66a800084d7
tree9c637ac3cc463ed198f6dbd81578bbb90bb57d07
parent5f16c640c248bba898addb3ff36b84d212f6e8e6
ldpd: use zlog recirculation for subprocesses

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>
ldpd/lde.c
ldpd/ldpd.c
ldpd/ldpd.h
ldpd/ldpe.c
ldpd/log.c [deleted file]
ldpd/log.h
ldpd/subdir.am