mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 09:20:25 +00:00
ospf6d: Fix printf % code usage
Use correct % code in printf statement. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> Reviewed-by: Don Slice <dslice@cumulusnetworks.com> Reviewed-by: Daniel Walton <dwalton@cumulusnetworks.com>
This commit is contained in:
parent
540766e7a3
commit
79c5d9f333
@ -931,7 +931,7 @@ ospf6_interface_show (struct vty *vty, struct interface *ifp)
|
||||
"disabled" : "enabled", VNL);
|
||||
inet_ntop (AF_INET, &oi->area->area_id,
|
||||
strbuf, sizeof (strbuf));
|
||||
vty_out (vty, " Area ID %s, Cost %hu%s", strbuf, oi->cost,
|
||||
vty_out (vty, " Area ID %s, Cost %u%s", strbuf, oi->cost,
|
||||
VNL);
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user