Re: bgpd throttling for peers

2018-10-19 Thread Denis Fondras
On Fri, Oct 19, 2018 at 05:51:20PM +0200, Claudio Jeker wrote: > On Wed, Oct 17, 2018 at 02:37:48PM +0200, Claudio Jeker wrote: > > I noticed that the throttling for peers which was added some time ago is > > incomplete. The following diff solved these issues. > > > > In rde_update_queue_runner()

Re: bgpd throttling for peers

2018-10-19 Thread Claudio Jeker
On Wed, Oct 17, 2018 at 02:37:48PM +0200, Claudio Jeker wrote: > I noticed that the throttling for peers which was added some time ago is > incomplete. The following diff solved these issues. > > In rde_update_queue_runner() only process peers which are currently not > throttled. Additionally

bgpd throttling for peers

2018-10-17 Thread Claudio Jeker
I noticed that the throttling for peers which was added some time ago is incomplete. The following diff solved these issues. In rde_update_queue_runner() only process peers which are currently not throttled. Additionally only run the runners if not too many imsg are pending in the RDE. Both these