Re: [Babel-users] Deny installing any routes

2016-06-15 Thread Juliusz Chroboczek
> Turns out I just needed to use “in” instead of “install”. Might need some > documenting? I agree, the manual page got somewhat confusing after the addition of "install" filters. I'm a little overwhelmed with Real Work right now, but I'll get to it at some point. In the meantime, if you've

Re: [Babel-users] [BUG] Route "deadlocks" under load due to non-atomic kernel route updates

2016-06-15 Thread Juliusz Chroboczek
>> If I read you correctly, this looks like a kernel bug: incorrect >> invalidation of the route cache. [...] > What we have here is of another kind - it is inherent race condition > inside kernel Perhaps I'm confused, but it still looks like a kernel bug to me. Perhaps it would make sense to

Re: [Babel-users] [BUG] Route "deadlocks" under load due to non-atomic kernel route updates

2016-06-15 Thread Dave Taht
> https://lab.nexedi.com/kirr/iproute2/blob/bd480e66/t/rtcache-torture > (also attached to this email) > > which reproduces the problem in several minutes just on one computer and > retested it locally: I can reliably reproduce the issue on pristine > Debian 3.16.7-ckt25-2 (on both Atom

[Babel-users] Golang implementation

2016-06-15 Thread Jehan Tremback
Someone posted in April that they were working on a Golang implementation of Babel. Does anyone know where the code for that is located? -Jehan ___ Babel-users mailing list Babel-users@lists.alioth.debian.org

Re: [Babel-users] Golang implementation

2016-06-15 Thread Dave Taht
If this is it? https://github.com/casarez/gabel It looks like a bit more work is required to get to a decent implementation. On Wed, Jun 15, 2016 at 5:18 PM, Jehan Tremback wrote: > Someone posted in April that they were working on a Golang implementation of > Babel.

Re: [Babel-users] Golang implementation

2016-06-15 Thread Dave Taht
aha. This seems further along. https://github.com/sh3rp/gabel On Wed, Jun 15, 2016 at 7:40 PM, Dave Taht wrote: > If this is it? > > https://github.com/casarez/gabel > > It looks like a bit more work is required to get to a decent implementation. > > On Wed, Jun 15, 2016 at