Re: bgpd: more refactoring for ROA sets

2018-09-20 Thread Claudio Jeker
On Tue, Sep 18, 2018 at 06:10:48PM +0200, Claudio Jeker wrote: > Since the first bit of ROA sets is in here some refactoring of the code. > Split up as_set into a set_table and an as_set. The first is what does > the lookup and will now also be used in roa-set tries. The as_set is glue > to add the

bgpd: more refactoring for ROA sets

2018-09-18 Thread Claudio Jeker
Since the first bit of ROA sets is in here some refactoring of the code. Split up as_set into a set_table and an as_set. The first is what does the lookup and will now also be used in roa-set tries. The as_set is glue to add the name and dirty flag. Add an accessor to get the set data so that the i