Re: [Babel-users] Babel in Bird

2016-05-02 Thread Ondrej Zajicek
On Mon, May 02, 2016 at 03:59:35PM +0200, Toke Høiland-Jørgensen wrote: > Ondrej Zajicek writes: > > > I have two questions w.r.t. this sequence of events: > > > > 1) How is router restart and seqnos supposed to be handled without > > waiting for route timeout? > > This

[Babel-users] [PATCH 2/3] Use standard v4mapped encoding for source prefixes.

2016-05-02 Thread Matthieu Boutier
--- interface.h | 2 +- kernel.h | 2 +- kernel_netlink.c | 7 +++-- kernel_socket.c | 2 +- message.c| 92 route.c | 19 ++-- rule.c | 2 +- util.h | 6 8 files changed,

[Babel-users] Normal source prefix encoding.

2016-05-02 Thread Matthieu Boutier
Default source prefixes were encoded with src_plen == 0, even in v4. This leads to some bugs (comparison between prefixes), and may be confusing for long term maintenance. Now, the condition to know if a route is source- specific is handled by the new is_default() function, applied to the source