[Babel-users] ANNOUNCE: babeld-1.6.0

Juliusz Chroboczek jch at pps.univ-paris-diderot.fr
Sun Apr 19 16:47:30 UTC 2015


>>> C) You missed adding ipv6-subtrees support to the init script,

> This wasn't in babels as far as I can tell. Does it matter for people not
> doing source-specific stuff? Can't we assume that those who do will set it
> up?

I agree with Dave, this should be enabled by default in OpenWRT.

In Matthieu's branch, this was a compile-time option.  In 1.6.0, it's
a runtime option, and should be enabled when you know that your kernel
is recent enough.

We should be testing for kernel support automatically.  I had some code
that simply tested for 3.11 or higher, but Matthieu nacked it -- he's
working on something smarter.

> I'm a bit nervous to add this change by default right now,

Go for it, Gabriel.

>> 0001-Allow-routes-with-source-128-for-SAS-on-Linux.patch

We're discussing that right now by private mail.  I believe that this
patch is incorrect, since it puts routes with ::/128 on the wire.  Such
routes should never appear either on the wire or in the RIB, they are
a FIB-only creature.

Solutions include:

  (i)   making sure that you've got a non-specific default route in your
        network;

  (ii)  automatically synthesising ::/128-sourced FIB entries when we have
        a destination prefix with no associated non-specific routes;

  (iii) automatically syntesising a ::/128-sourced default route under
        similar circumstances.

(i) is obviously the "right" solution, but it puts some constraints on the
network.  (ii) and (iii) work around the issue, but they're just hacks,
and I'm not quite sure what the semantics should be.

-- Juliusz



More information about the Babel-users mailing list