<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">Hello All,<div><br></div><div>  I’ve just started looking at libbgpdump for a project where I will be parsing MRT/BGP data.</div><div><br></div><div>  I’ve managed, following the example/advice I’ve seen, to get a basic loop running through an update file from the repository working.</div><div><br></div><div>  However, I don’t seem to be able to find the ASPATH component in the parsed data structure.</div><div><br></div><div>  I can see the type/subtype of the data block is <span style="font-family: "JetBrains Mono", monospace; font-size: 8.3pt; color: rgb(8, 8, 8); background-color: rgb(255, 255, 255);">BGPDUMP_TYPE_ZEBRA_BGP/</span><span style="font-family: "JetBrains Mono", monospace; font-size: 8.3pt; color: rgb(8, 8, 8); background-color: rgb(255, 255, 255);">BGPDUMP_SUBTYPE_ZEBRA_BGP_MESSAGE.</span><span style="font-family: "JetBrains Mono", monospace; color: rgb(8, 8, 8); background-color: rgb(255, 255, 255);"> </span><span style="background-color: rgb(255, 255, 255);"><font color="#080808">I can also see that the BGPDUMP_BODY is a discriminated union based on these values.  I can see that BGPDUMP_ENTRY.attr should probably contain an ASPATH but it <span style="caret-color: rgb(8, 8, 8);">doesn’t</span> seem to be set ever.  </font></span></div><div><span style="background-color: rgb(255, 255, 255);"><font color="#080808"><br></font></span></div><div><span style="background-color: rgb(255, 255, 255);"><font color="#080808">  Should I be expecting the ASPATH to be set in this case?  Should I be doing something different (calling some init function after discovering the BGPDUMP_BODY is of the right type?).</font></span></div><div><span style="background-color: rgb(255, 255, 255);"><font color="#080808"><br></font></span></div><div><span style="background-color: rgb(255, 255, 255);"><font color="#080808">  Thanks!</font></span></div><div><span style="background-color: rgb(255, 255, 255);"><font color="#080808"><br></font></span></div><div><span style="background-color: rgb(255, 255, 255);"><font color="#080808">Rob</font></span></div><div><br></div><div>  </div></body></html>