[olsr-dev] neighbors' olsrd dies when an interfaces goes down
Acinonyx
(spam-protected)
Thu Oct 12 01:13:09 CEST 2006
Found the problem!
In olsr_ioctl_del_route(struct rt_entry *destination)
destination->rt_if->int_name seems to get NULL when interface goes down
but OLSR_PRINTF(1, "(ioctl)Deleting route with metric %d to %s/%s via
%s/%s.\n", destination->rt_metric, dst_str, mask_str, router_str,
destination->rt_if->int_name) tries to print it.
I patched it but I don't know if this is an indication of any other more
serious problem.
Vasilis
More information about the Olsr-dev
mailing list