[Battlemesh] OSPF config for mesh?
Moritz Warning
moritzwarning at web.de
Sun Nov 1 18:38:34 CET 2020
Hi,
for my mesh routing experiments I like to test OSPF.
But I have no experience with OSPF yet and routing does not work at all.
Right now I try to use Bird 2.0.7. The router id is unique for each node
and each node has an interface called uplink:
router id ${router_id};
protocol kernel {
scan time 60;
import all;
export all;
}
protocol ospf v3 {
area 0 { interface "uplink" {}; };
import all;
export all;
}
protocol device {
scan time 60;
}
Maybe someone can see the problem. Feel free to ask questions!
thanks and best,
Moritz
More information about the Battlemesh
mailing list