[Olsr-dev] bmf plugin problem

Klaus Darilion (spam-protected)
Mon Jul 21 12:34:57 CEST 2008


Hi!

I installed the bmf plugin but it does not work:

OLSRD BMF: outgoing pkt of 84 bytes captured on tuntap interface "bmf0": 
10.10.0.153->224.0.0.1
OLSRD BMF: ----> Considering forwarding pkt on "eth0" to 10.10.0.152
OLSRD BMF: ----> Not forwarding to 10.10.0.152: link is timing out.

The condition of the last log output is:

if (currEtx < LINK_COST_BROKEN)
       {
         OLSR_PRINTF( 9, "%s: ----> Not forwarding to ........
         continue; /* for */
       }


I dumped the corresponding values:

With: LinkQualityAlgorithm    "etx_fmp"
   currEtx=70811.000000, LINK_COST_BROKEN=4194304 (1<<22)

With: LinkQualityAlgorithm    "etx_ff"
   currEtx=1024.000000, LINK_COST_BROKEN=4194304 (1<<22)

The condition does not use a path whose currEtx is BELOW 
LINK_COST_BROKEN. Shouldn't it be the other way round?

thanks
klaus




More information about the Olsr-dev mailing list