Re: bgpd: include validation state in struct filterstate

2023-01-11 Thread Theo Buehler
On Wed, Jan 11, 2023 at 03:22:17PM +0100, Claudio Jeker wrote: > This diff does actually 2 things. > > 1) it adds the validation state to the filterstate struct and with that > removes it from rde_filter(). As a next step it can also be removed from > prefix_update() and friends. > > 2) rename pr

bgpd: include validation state in struct filterstate

2023-01-11 Thread Claudio Jeker
This diff does actually 2 things. 1) it adds the validation state to the filterstate struct and with that removes it from rde_filter(). As a next step it can also be removed from prefix_update() and friends. 2) rename prefix_vstate() to prefix_roa_vstate() since it returns the roa validation stat