Re: rpki-client pass real filename from parser back to parent

2022-01-04 Thread Theo Buehler
On Tue, Jan 04, 2022 at 07:20:47PM +0100, Claudio Jeker wrote: > On Tue, Jan 04, 2022 at 04:57:23PM +0100, Theo Buehler wrote: > > On Tue, Jan 04, 2022 at 04:15:56PM +0100, Claudio Jeker wrote: > > > This is another diff on the way to having a validated repo. > > > Pass the filename of the entity

Re: rpki-client pass real filename from parser back to parent

2022-01-04 Thread Claudio Jeker
On Tue, Jan 04, 2022 at 04:57:23PM +0100, Theo Buehler wrote: > On Tue, Jan 04, 2022 at 04:15:56PM +0100, Claudio Jeker wrote: > > This is another diff on the way to having a validated repo. > > Pass the filename of the entity which was parsed back to the parent. > > With this we can move the

Re: rpki-client pass real filename from parser back to parent

2022-01-04 Thread Sebastian Benoit
Claudio Jeker(cje...@diehard.n-r-g.com) on 2022.01.04 16:15:56 +0100: > This is another diff on the way to having a validated repo. > Pass the filename of the entity which was parsed back to the parent. > With this we can move the filepath_add() call from entity_write_req() > to entity_process().

Re: rpki-client pass real filename from parser back to parent

2022-01-04 Thread Theo Buehler
On Tue, Jan 04, 2022 at 04:15:56PM +0100, Claudio Jeker wrote: > This is another diff on the way to having a validated repo. > Pass the filename of the entity which was parsed back to the parent. > With this we can move the filepath_add() call from entity_write_req() > to entity_process(). As a

rpki-client pass real filename from parser back to parent

2022-01-04 Thread Claudio Jeker
This is another diff on the way to having a validated repo. Pass the filename of the entity which was parsed back to the parent. With this we can move the filepath_add() call from entity_write_req() to entity_process(). As a side-effect the "Already visited" check is moved after parsing so a file