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
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
>
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..
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
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