]> git.proxmox.com Git - mirror_frr.git/commit - lib/log.c
lib: rewrite zlog_hexdump()
authorDavid Lamparter <equinox@diac24.net>
Tue, 24 Mar 2020 18:37:58 +0000 (19:37 +0100)
committerDavid Lamparter <equinox@diac24.net>
Tue, 24 Mar 2020 18:43:18 +0000 (19:43 +0100)
commit46171e257c01c10bb0acf194d2b8d1f7edc03449
tree53c5b963826bd4790034bd18f595a0f7427fe4be
parent63efca0e95c727318485fe6d37141f79b1401a88
lib: rewrite zlog_hexdump()

The old version was creating a multi-line log message, which we can't
properly handle right now.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/log.c
lib/log.h
tests/lib/test_zlog.c