Re: Refactor bgpd control code

2020-11-03 Thread Sebastian Benoit
Claudio Jeker(cje...@diehard.n-r-g.com) on 2020.11.03 09:09:47 +0100: > On Wed, Oct 21, 2020 at 07:16:07PM +0200, Claudio Jeker wrote: > > This refactors the control code a bit and removes the common var from the > > session.h header. The session engine no longer walks the control > > connection

Re: Refactor bgpd control code

2020-11-03 Thread Claudio Jeker
On Wed, Oct 21, 2020 at 07:16:07PM +0200, Claudio Jeker wrote: > This refactors the control code a bit and removes the common var from the > session.h header. The session engine no longer walks the control > connection list. Additionally cleanup the control.c code around > control_dispatch_msg().

Refactor bgpd control code

2020-10-21 Thread Claudio Jeker
This refactors the control code a bit and removes the common var from the session.h header. The session engine no longer walks the control connection list. Additionally cleanup the control.c code around control_dispatch_msg(). E.g. don't do double lookups of control sessions by fd to close them.