Re: bgpd rde refactor

2019-12-14 Thread Denis Fondras
On Fri, Dec 13, 2019 at 05:18:17PM +0100, Claudio Jeker wrote: > This diff changes the way session or peer related imsgs are handled. > Instead of passing the imsg.hdr.peerid down and doing the lookup for the > peer in each function move that code up into the imsg handler. > The plan is to add an i

bgpd rde refactor

2019-12-13 Thread Claudio Jeker
This diff changes the way session or peer related imsgs are handled. Instead of passing the imsg.hdr.peerid down and doing the lookup for the peer in each function move that code up into the imsg handler. The plan is to add an imsg queue per peer later on to make the processing of messages more fai