Re: bgpd: more RB tree less simpleq

2018-09-19 Thread Sebastian Benoit
ok benno@ Claudio Jeker(cje...@diehard.n-r-g.com) on 2018.09.19 10:15:22 +0200: > Switch the prefixset simpleq into an RB trie. This allows to spot > duplicates in the parser and is a requirement for roa-sets where > conflicts need to be specially handled. > > OK? > -- > :wq Claudio > > Index:

Re: bgpd: more RB tree less simpleq

2018-09-19 Thread Denis Fondras
On Wed, Sep 19, 2018 at 10:41:15PM +0200, Claudio Jeker wrote: > On Wed, Sep 19, 2018 at 08:50:41PM +0200, Denis Fondras wrote: > > On Wed, Sep 19, 2018 at 10:15:22AM +0200, Claudio Jeker wrote: > > > Switch the prefixset simpleq into an RB trie. This allows to spot > > > duplicates in the parser

Re: bgpd: more RB tree less simpleq

2018-09-19 Thread Claudio Jeker
On Wed, Sep 19, 2018 at 08:50:41PM +0200, Denis Fondras wrote: > On Wed, Sep 19, 2018 at 10:15:22AM +0200, Claudio Jeker wrote: > > Switch the prefixset simpleq into an RB trie. This allows to spot > > duplicates in the parser and is a requirement for roa-sets where > > conflicts need to be

Re: bgpd: more RB tree less simpleq

2018-09-19 Thread Denis Fondras
On Wed, Sep 19, 2018 at 10:15:22AM +0200, Claudio Jeker wrote: > Switch the prefixset simpleq into an RB trie. This allows to spot > duplicates in the parser and is a requirement for roa-sets where > conflicts need to be specially handled. > > OK? I don't know if the case is relevant but

bgpd: more RB tree less simpleq

2018-09-19 Thread Claudio Jeker
Switch the prefixset simpleq into an RB trie. This allows to spot duplicates in the parser and is a requirement for roa-sets where conflicts need to be specially handled. OK? -- :wq Claudio Index: bgpd.c === RCS file: