]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Convert route entry id number to string in debugs
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 30 Jan 2019 02:35:07 +0000 (21:35 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 30 Jan 2019 02:35:07 +0000 (21:35 -0500)
commit2da33d6b3acf63f3386c70c43907f529406e8151
tree62e4d54f897e7d0464a283d693a14bf9bae69e0b
parent2b697c3d47161101443ea11492396424eb9a2310
zebra: Convert route entry id number to string in debugs

The route entry being displayed in debugs was displaying
the originating route type as a number.  While numbers
are cool, I for one am not terribly interested in
memorizing them.  Modify the (type %d) to a (%s) to
just list the string type of the route.

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