mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-03-21 13:57:04 +00:00
Print tag unsigned rather then signed.
This commit is contained in:
parent
c52c7e7645
commit
df968040f6
@ -288,7 +288,7 @@ ospf_get_route_info(rte *rte, byte *buf, ea_list *attrs)
|
|||||||
rte->u.ospf.metric2);
|
rte->u.ospf.metric2);
|
||||||
if(rte->attrs->source==RTS_OSPF_EXT)
|
if(rte->attrs->source==RTS_OSPF_EXT)
|
||||||
{
|
{
|
||||||
buf += bsprintf(buf, " [%d]", rte->u.ospf.tag);
|
buf += bsprintf(buf, " [%u]", rte->u.ospf.tag);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user