Re: bgpd filter and reload diff

2012-10-30 Thread Claudio Jeker
On Sun, Oct 28, 2012 at 01:26:42PM +0100, Claudio Jeker wrote: > On Sat, Oct 13, 2012 at 08:40:35PM +0200, Claudio Jeker wrote: > > Hi, > > > > this is the first step in making bgpd faster and non locking on reloads. > > The filters are now split into input and output chains. The input chains > >

Re: bgpd filter and reload diff

2012-10-28 Thread Claudio Jeker
On Sat, Oct 13, 2012 at 08:40:35PM +0200, Claudio Jeker wrote: > Hi, > > this is the first step in making bgpd faster and non locking on reloads. > The filters are now split into input and output chains. The input chains > are also split per RIB. This should result in faster filtering and allows >

bgpd filter and reload diff

2012-10-13 Thread Claudio Jeker
Hi, this is the first step in making bgpd faster and non locking on reloads. The filters are now split into input and output chains. The input chains are also split per RIB. This should result in faster filtering and allows to only run softreconfig on those tables that need it. People with multipl