RFC 5549 (Advertising IPv4 Network Layer Reachability Information with an IPv6 Next Hop) support

2016-03-07 Thread Stefan Plug
Hi guys, Do you know if there are any plans for implementing RFC 5549 for BGP somewhere in the future? This would make it possible to advertise IPv4 networks using IPv6 next hops directly which might come in handy in an IPv4 deprived world. Kind regards, Stefan Plug -- Mit freundlichen Grüße

Re: AW: BIRD crashes with 1000 peers

2016-03-07 Thread Ondrej Filip
On 7.3.2016 11:24, Stuart Henderson wrote: > On 2016/03/07 09:38, Milan Strakoš wrote: >> Hello Daniel, >> >> did you find any solution? >> >> Thanks, Milan > > Switching from select() to poll() would probably be a better idea here.. I agree. We will look at that. Ondrej >

Re: AW: BIRD crashes with 1000 peers

2016-03-07 Thread Stuart Henderson
On 2016/03/07 09:38, Milan Strakoš wrote: > Hello Daniel, > > did you find any solution? > > Thanks, Milan Switching from select() to poll() would probably be a better idea here..

AW: AW: BIRD crashes with 1000 peers

2016-03-07 Thread Daniel Seidenstücker
No I tried (always Ubuntu 14.04 64Bit): - raising FD_SETSIZE in /usr/include/linux/posix_types and /usr/include/x86_64-linux-gnu/bits/typesizes.h and recompile BIRD - adding "#undef __FD_SETSIZE #define __FD_SETSIZE 2048" in bird-1.5.0/sysdep/unix/io.c and bird-1.5.0/client/client.c after #incl

Re: AW: BIRD crashes with 1000 peers

2016-03-07 Thread Milan Strakoš
Hello Daniel, did you find any solution? Thanks, Milan Dne 15.2.2016 v 17:13 Daniel Seidenstücker napsal(a): tried this today: -took fresh 1.5.0 -applied the 2 patches manually -changed the following defines to 65535: o/usr/include/linux/posix_types.h:#define __FD_SETSIZE 1024 o/usr/incl