<div dir="ltr">Hi there,<br><br>I am writing to inquire about the capabilities of the new version of BIRD regarding BGP Confederation internal ASNs. Specifically, I would like to know:<br><br>1. Can the new BIRD version filter BGP Confederation internal ASNs?<br>2. Does it support calculating the total AS path length, including internal ASNs within a BGP Confederation?<br><br>Additionally, I have encountered an issue while using the `is_bogon()` function. It currently filters a route with the AS path (65000) 398741. I suspect this is because (65000) is being treated as a BOGON ASN. <br><br>Below is the `define BOGON_ASNS` I am using:<br><br>```plaintext<br>define BOGON_ASNS = [<br>    0,                      # RFC 7607<br>    23456,                  # RFC 4893 AS_TRANS<br>    64496..64511,           # RFC 5398 and documentation/example ASNs<br>    64512..65534,           # RFC 6996 Private ASNs<br>    65535,                  # RFC 7300 Last 16 bit ASN<br>    65536..65551,           # RFC 5398 and documentation/example ASNs<br>    65552..131071,          # RFC IANA reserved ASNs<br>    4200000000..4294967294, # RFC 6996 Private ASNs<br>    4294967295              # RFC 7300 Last 32 bit ASN<br>];<br>```<br><br>Best regards,<br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><b>Brandon Zhi</b><br></div><div>HUIZE LTD</div><div><a href="https://huize.asia/" target="_blank"><span>www.huize.asia</span> </a><span style="color:rgb(0,0,0);font-family:Helvetica,sans-serif;font-size:10.6667px">| </span><a href="https://www.ixp.su/" target="_blank"><span>www.ixp.su</span></a><span style="color:rgb(0,0,0);font-family:Helvetica,sans-serif;font-size:10.6667px"> | Twitter</span></div><div><img src="https://ci3.googleusercontent.com/mail-sig/AIorK4w5mVhfW4gNpNNG4wjzSr6YXLPGstLI3_79RkgqnXaG2nuFEB1nkGeXOqUOO3ma96TcEVR3iaA" width="200" height="43"><br></div><div>This e-mail and any attachments or any reproduction of this e-mail in whatever manner are confidential and for the use of the addressee(s) only. HUIZE LTD can’t take any liability and guarantee of the text of the email message and virus.</div></div></div></div></div>