]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Print tag unsigned rather then signed.
authorOndrej Filip <feela@network.cz>
Thu, 1 Jun 2000 12:17:08 +0000 (12:17 +0000)
committerOndrej Filip <feela@network.cz>
Thu, 1 Jun 2000 12:17:08 +0000 (12:17 +0000)
proto/ospf/ospf.c

index bc9a636b3355b976bc8796193159e90d02f7fdf9..f459ddb7e046545d8c6e1834387fd7ae03bdc1a8 100644 (file)
@@ -288,7 +288,7 @@ ospf_get_route_info(rte *rte, byte *buf, ea_list *attrs)
     rte->u.ospf.metric2);
   if(rte->attrs->source==RTS_OSPF_EXT)
   {
-    buf += bsprintf(buf, " [%d]", rte->u.ospf.tag);
+    buf += bsprintf(buf, " [%u]", rte->u.ospf.tag);
   }
 }