[Olsr-cvs] olsrd-current/lib/tas/src plugin.c,1.10,1.11
Bernd Petrovitsch
(spam-protected)
Wed Sep 5 18:17:38 CEST 2007
Update of /cvsroot/olsrd/olsrd-current/lib/tas/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21820/lib/tas/src
Modified Files:
plugin.c
Log Message:
* applied 102-olsrd-rt-refactoring-fixes.patch from Sven-Ola Tuecke <(spam-protected)>
Index: plugin.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/lib/tas/src/plugin.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** plugin.c 5 Sep 2007 16:11:10 -0000 1.10
--- plugin.c 5 Sep 2007 16:17:35 -0000 1.11
***************
*** 229,233 ****
rawIpAddrToString(&iterRouteTab->rt_dst.prefix, ipAddrLen),
rawIpAddrToString(&iterRouteTab->rt_best->rtp_nexthop.gateway, ipAddrLen),
! iterRouteTab->rt_best->rtp_nexthop.iface->int_name,
iterRouteTab->rt_best->rtp_metric.hops);
--- 229,233 ----
rawIpAddrToString(&iterRouteTab->rt_dst.prefix, ipAddrLen),
rawIpAddrToString(&iterRouteTab->rt_best->rtp_nexthop.gateway, ipAddrLen),
! if_ifwithindex_name(iterRouteTab->rt_best->rtp_nexthop.iif_index),
iterRouteTab->rt_best->rtp_metric.hops);
More information about the Olsr-cvs
mailing list