[Olsr-dev] Setting LinkQualityMult in an interface section behaves globally
Mitar
(spam-protected)
Thu Apr 17 00:41:35 CEST 2008
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);
Mitar
More information about the Olsr-dev
mailing list