Re: Regarding how to check the results of roa_check()

2025-03-25 Thread ushiroz
Thank you for your quick response, Alexander. I have confirmed that only the v6 information is displayed using the following commands you have taught me. bird> show route where net.type=NET_IP6&&roa_check(r6) = ROA_UNKNOWN On Tue, 25 Mar 2025 10:37:01 +0100 Alexander Zubkov wrote: > I thin

Re: Regarding how to check the results of roa_check()

2025-03-25 Thread Alexander Zubkov via Bird-users
I think because in this query you are checking both IPv4 and IPv6 routes with v6 roa table, so IPv6 routes are getting statuses VALID/INVALID/UNKNOWN, and all IPv4 routes are getting UNKNOWN. So you see in the result. I think you might want to add something like that to your filter: net.type = NET_

Re: Regarding how to check the results of roa_check()

2025-03-25 Thread ushiroz
Thanks Alexander for the response. I confirmed that the following commands were executed and the results of VALID and INVALID were displayed. bird> show route where roa_check(r6) = ROA_VALID bird> show route where roa_check(r6) = ROA_INVALID In the case of VALID and INVALID, the results for v6