diff options
Diffstat (limited to 'ospfd/ospf_interface.c')
| -rw-r--r-- | ospfd/ospf_interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_interface.c b/ospfd/ospf_interface.c index ea31d8c2ca..23353b3c30 100644 --- a/ospfd/ospf_interface.c +++ b/ospfd/ospf_interface.c @@ -857,7 +857,7 @@ struct ospf_interface *ospf_vl_new(struct ospf *ospf, "ospf_vl_new(): creating pseudo zebra interface vrf id %u", ospf->vrf_id); - snprintf(ifname, sizeof(ifname), "VLINK%d", vlink_count); + snprintf(ifname, sizeof(ifname), "VLINK%u", vlink_count); vi = if_create(ifname, ospf->vrf_id); /* * if_create sets ZEBRA_INTERFACE_LINKDETECTION |
