]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_rib.c
zebra: Replace some prefix2str with %pFX
authorDonald Sharp <sharpd@nvidia.com>
Mon, 26 Oct 2020 13:17:35 +0000 (09:17 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 26 Oct 2020 13:38:29 +0000 (09:38 -0400)
commit2919eea86a4ded666e159638da97e0a8fa079efb
treeb0f50ab22de326686541544114f4f327de8efc11
parent9904db41e121f9ab656bbb8ad7b2a49a77c59943
zebra: Replace some prefix2str with %pFX

We are loading a buffer with the prefix2str results then
using it in the debugs throughout functions.  Replace
with just using %pFX and remove the buffer.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/zebra_rib.c