<div dir="ltr">I recently moved from bird to bird2. I'm currently using it as a backend to <a href="http://bgpstuff.net">bgpstuff.net</a>, a looking glass.<div><br></div><div>In order to check the ROA status for a prefix in bird1 I did the following, and got the following result:</div><div><br></div><div>bird> eval roa_check(roa_table, <a href="http://71.178.0.0/16">71.178.0.0/16</a>, 701)<br>(enum 35)0<br></div><div><br></div><div>That enum I just mapped to the correct ROA_ status. However this same command gives strange output in bird2, sometimes even different when running it more than once:</div><div>bird> eval roa_check(roa_v4, <a href="http://71.178.0.0/16">71.178.0.0/16</a>, 701)<br>   ---          0<br>??? <2022><br></div><div><br></div><div>bird> eval roa_check(roa_v4, <a href="http://71.178.0.0/16">71.178.0.0/16</a>, 701)<br>[unknown type 90]<br></div><div><br></div><div>Currently running bird 2.0.5 in this instance. Is there a way to get the ROA status like this from the CLI like in bird? Also any ideas why the outputs above are different and seem random?</div><div><br></div><div>Thanks</div><div>Darren</div></div>