summaryrefslogtreecommitdiff
path: root/lib/zlog_recirculate.c
AgeCommit message (Collapse)Author
2024-03-10lib: allow recirculating/relaying log messagesDavid Lamparter
This is primarily intended for ldpd with its split-process architecture. The LDE/LDPE subprocesses currently lose the extended zlog functionality. The zlog_live target already encapsulates all necessary bits for vtysh. Reuse it for a relay function to be used in the main ldpd process. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>