Re: [Babel-users] Deny installing any routes

2016-06-11 Thread Christian Stewart
All, I can't figure out how to deny installing any routes. I've checked all the docs and tried these: install deny install ip 0.0.0.0/0 deny Turns out I just needed to use “in” instead of “install”. Might need some documenting? Just a quick note that filtering incoming routes should be done with

[Babel-users] Deny installing any routes

2016-06-11 Thread Christian Stewart
All, I can't figure out how to deny installing any routes. I've checked all the docs and tried these: install deny install ip 0.0.0.0/0 deny I've tried those two both together and alone and in different orders and it still seems to install all of the routes it receives. How can I deny installing

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

2016-06-11 Thread Dave Taht
On Fri, Jun 10, 2016 at 11:47 AM, Juliusz Chroboczek wrote: > Dear Kirill, > > Thank you very much for the detailed analysis. > > If I read you correctly, this looks like a kernel bug: incorrect > invalidation of the route cache. While we have seen some similar bugs in > earlier kernel versions,