]> git.puffer.fish Git - mirror/frr.git/commit
zebra: replace _rnode_zlog with %pZN ext 8535/head
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 22 Apr 2021 12:38:31 +0000 (14:38 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Sun, 2 May 2021 14:20:30 +0000 (16:20 +0200)
commit9d75e3096065c5332f0c275bfd9349910cd6bac7
treeeab1e5324bd01a6d16c17c93d5db7fee9201fa45
parent83187b82853d0bf905dacf4de93592f2207c35a6
zebra: replace _rnode_zlog with %pZN ext

Since _rnode_zlog was wrapping zlog(), these messages weren't getting an
unique ID assigned through the xref mechanism.  Replace macro with a
small extension that prints (almost) the same thing.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
zebra/zebra_rib.c