Closed yushoyamaguchi closed 1 year ago
That is correct. By default, Routinator only falls back to rsync if it hasn’t successfully managed to retrieve the repository via RRDP before and the copy it has isn’t older than an hour. In your third example, it uses this copy. There seems to be no ROAs in the RRDP-version of your repository, so the outputs in the second and third picture are empty.
You can change this behaviour through the rrdp-fallback-policy
option.
As an aside, the vrps
command also updates the data, so you don’t need to run update
first.
Thank you very much.
@partim I'm sorry for repeating questions. In, the second image, no RRDP error message was generated. However, no validated ROA information is displayed. Is there a way to know where the error occured?
You could try and run Routinator with -vv
so it logs more details. If that doesn’t result in any message either, then it looks a bit like your RRDP repository doesn’t actually contain the ROA?
Like above pictures, vrps command's behavior are different before and after executing the command with
--rrdp-root-cert
option.