[Olsr-dev] Setting LinkQualityMult in an interface section behaves globally

Hannes Gredler (spam-protected)
Thu Apr 17 07:39:08 CEST 2008


mitar,

0.5.3 is hopless outdated. - also henning did refactor
all the linkset code a couple of weeks ago.
pls work on "tip of the tree" code.

/hannes

On Thu, Apr 17, 2008 at 12:41:35AM +0200, Mitar wrote:
| Hi!
| 
| On Sun, Apr 13, 2008 at 5:47 PM, Clemens Hopfer <(spam-protected)> wrote:
| >  Aaron and Henning are currently working on the LinkQualityMult parser which
| >  seems to be the problem.
| 
| I checked the code and I think that the problem is in link_set.c file
| on 349 line (at least in 0.5.3). The line is:
| 
| inter = if_ifwithaddr(&entry->local_iface_addr);
| 
| but it should be:
| 
| inter = entry->if_name ? if_ifwithname(entry->if_name) :
| if_ifwithaddr(&entry->local_iface_addr);




More information about the Olsr-dev mailing list