Ondrej Zajicek <santiago@crfreenet.org> writes:
On Mon, May 07, 2018 at 08:57:43PM +0200, Toke Høiland-Jørgensen wrote:
Toke Høiland-Jørgensen <toke@toke.dk> writes:
If the next hop of a route is not a reachable address, the route should be installed as onlink. This enables a configuration common in mesh networks where the mesh interface is assigned a /32 and babel handles the routing by installing onlink routes.
Any feedback on this? :)
Hi
There are some minor issues (like there should be check for error values from neigh_find2()), but that can i fix. I just wonder whether we would want this behavior as a default or whether it should be configurable. What do you think?
Well, always-on matches what babeld does, that's why I went with that. Is there a case where this is not desirable behaviour? -Toke