On Thu, Dec 23, 2021 at 04:19:59PM +0100, Claudio Jeker wrote: > Create a common repo_done() function which does the entiyq_flush and in > the case of RRDP the fallback to rsync. This simplifies the code and will > help to add the repo info to the parser process. > > One difference between this and the original version is the case when a > RRDP repository merge fails. Before the code would just give up while now > it will also fall back to rsync. I think that's fine in the end if > anything with RRDP fails rpki-client should try rsync before giving up.
Yes, that makes sense to me. > Apart from the the code should behave the same. ok tb