From 97d2cd8d0c54279407cef16f070231912ef85a00 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Tue, 4 Apr 2017 07:50:31 -0400 Subject: zebra: Fix printf formatting Signed-off-by: Donald Sharp --- zebra/interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zebra/interface.c') diff --git a/zebra/interface.c b/zebra/interface.c index adcc78095..1d015e858 100644 --- a/zebra/interface.c +++ b/zebra/interface.c @@ -1056,7 +1056,7 @@ if_dump_vty (struct vty *vty, struct interface *ifp) return; } - vty_out (vty, " index %d metric %d mtu %d speed %d ", + vty_out (vty, " index %d metric %d mtu %d speed %u ", ifp->ifindex, ifp->metric, ifp->mtu, ifp->speed); if (ifp->mtu6 != ifp->mtu) vty_out (vty, "mtu6 %d ", ifp->mtu6); -- cgit v1.2.3