Re: bgpd refactor roa-set internals

2020-12-29 Thread Sebastian Benoit
ok. Claudio Jeker(cje...@diehard.n-r-g.com) on 2020.12.29 10:23:53 +0100: > On Fri, Dec 18, 2020 at 11:36:33AM +0100, Claudio Jeker wrote: > > In preparation for RTR support this diff changes the internal > > representation of roa-set to a simple RB tree based on struct roa. > > The big differen

Re: bgpd refactor roa-set internals

2020-12-29 Thread Claudio Jeker
On Fri, Dec 18, 2020 at 11:36:33AM +0100, Claudio Jeker wrote: > In preparation for RTR support this diff changes the internal > representation of roa-set to a simple RB tree based on struct roa. > The big difference is that overlapping roas, e.g. > 10/8 source-as 3 > 10/8 maxlen 24

bgpd refactor roa-set internals

2020-12-18 Thread Claudio Jeker
In preparation for RTR support this diff changes the internal representation of roa-set to a simple RB tree based on struct roa. The big difference is that overlapping roas, e.g. 10/8 source-as 3 10/8 maxlen 24 source-as 3 are now merged in the RDE and so bgpd -nv will show both ent