Hi Juliusz A question about the metrics in the route struct: - refmetric: Holds the metric, which a neighbor announced for this route. - metric: This is computed as metric=(cost + refmetric), the metric that will be announced to the neighbors. The cost is calculated for each neighbor as: txcost * rxcost / 256 Thanks in advance. Antoine