]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Convert srcdest_rnode2str to %pRN in zebra_rib.c
authorDonald Sharp <sharpd@nvidia.com>
Thu, 5 Aug 2021 14:25:35 +0000 (10:25 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 6 Aug 2021 14:04:40 +0000 (10:04 -0400)
commite658173ae6ad6693ed2a02006cf8e08b63fb2a75
tree482e7dd5d7df7aab3f5a47623deb6afac98137e1
parentf0afc61d58032e1c949728bad776e2046a154c8a
zebra: Convert srcdest_rnode2str to %pRN in zebra_rib.c

There were a bunch of places where we converted the
route node to a prefix string via srcdest_rnode2str when
we should have been using %pRN in zebra_rib.c.  Just
convert over the ones we should to use it.

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