Re: bgpd: refactor update generation a bit

2022-07-06 Thread Theo Buehler
On Wed, Jul 06, 2022 at 06:56:28PM +0200, Claudio Jeker wrote: > On Wed, Jul 06, 2022 at 06:15:45PM +0200, Theo Buehler wrote: > > On Wed, Jul 06, 2022 at 05:07:45PM +0200, Claudio Jeker wrote: > > > This diff changes various loops which call into up_generate_update() so > > > that all these loops

Re: bgpd: refactor update generation a bit

2022-07-06 Thread Claudio Jeker
On Wed, Jul 06, 2022 at 06:15:45PM +0200, Theo Buehler wrote: > On Wed, Jul 06, 2022 at 05:07:45PM +0200, Claudio Jeker wrote: > > This diff changes various loops which call into up_generate_update() so > > that all these loops call the same function peer_generate_update() which > > then calls

Re: bgpd: refactor update generation a bit

2022-07-06 Thread Theo Buehler
On Wed, Jul 06, 2022 at 05:07:45PM +0200, Claudio Jeker wrote: > This diff changes various loops which call into up_generate_update() so > that all these loops call the same function peer_generate_update() which > then calls up_generate_update(). This is a step to add an alternative path > to

bgpd: refactor update generation a bit

2022-07-06 Thread Claudio Jeker
This diff changes various loops which call into up_generate_update() so that all these loops call the same function peer_generate_update() which then calls up_generate_update(). This is a step to add an alternative path to generate updates for add-path send support without altering many