[Olsr-cvs] olsrd-current/lib/quagga/src quagga.c,1.6,1.7

Bernd Petrovitsch (spam-protected)
Wed Sep 5 18:17:37 CEST 2007


Update of /cvsroot/olsrd/olsrd-current/lib/quagga/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21820/lib/quagga/src

Modified Files:
	quagga.c 
Log Message:
* applied 102-olsrd-rt-refactoring-fixes.patch from Sven-Ola Tuecke <(spam-protected)>

Index: quagga.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/lib/quagga/src/quagga.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** quagga.c	5 Sep 2007 16:11:10 -0000	1.6
--- quagga.c	5 Sep 2007 16:17:35 -0000	1.7
***************
*** 744,748 ****
      route.index = olsr_malloc (sizeof *route.index, 
  			       "zebra_add_olsr_v4_route");
!     *route.index = htonl(r->rt_best->rtp_nexthop.iface->if_index);
      route.nexthops = olsr_malloc (sizeof route.nexthops->type +
  				  sizeof route.nexthops->payload,
--- 744,748 ----
      route.index = olsr_malloc (sizeof *route.index, 
  			       "zebra_add_olsr_v4_route");
!     *route.index = htonl(r->rt_best->rtp_nexthop.iif_index);
      route.nexthops = olsr_malloc (sizeof route.nexthops->type +
  				  sizeof route.nexthops->payload,
***************
*** 789,793 ****
      route.index = olsr_malloc (sizeof *route.index, 
  			       "zebra_add_olsr_v4_route");
!     *route.index = htonl (r->rt_best->rtp_nexthop.iface->if_index);
      route.nexthops = olsr_malloc (sizeof route.nexthops->type +
  				  sizeof route.nexthops->payload,
--- 789,793 ----
      route.index = olsr_malloc (sizeof *route.index, 
  			       "zebra_add_olsr_v4_route");
!     *route.index = htonl (r->rt_best->rtp_nexthop.iif_index);
      route.nexthops = olsr_malloc (sizeof route.nexthops->type +
  				  sizeof route.nexthops->payload,





More information about the Olsr-cvs mailing list