[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
- Previous message: [Olsr-cvs] olsrd-current/src hna_set.c, 1.20, 1.21 hna_set.h, 1.14, 1.15 ipc_frontend.c, 1.33, 1.34 kernel_routes.h, 1.8, 1.9 lq_avl.c, 1.11, 1.12 lq_avl.h, 1.9, 1.10 lq_list.c, 1.5, 1.6 lq_list.h, 1.5, 1.6 lq_route.c, 1.48, 1.49 lq_route.h, 1.4, 1.5 main.c, 1.96, 1.97 net_olsr.c, 1.28, 1.29 net_olsr.h, 1.10, 1.11 olsr.c, 1.56, 1.57 olsr_types.h, 1.8, 1.9 process_routes.c, 1.34, 1.35 process_routes.h, 1.10, 1.11 routing_table.c, 1.28, 1.29 routing_table.h, 1.18, 1.19
- Next message: [Olsr-cvs] olsrd-current/lib/httpinfo/src olsrd_httpinfo.c, 1.72, 1.73
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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,
- Previous message: [Olsr-cvs] olsrd-current/src hna_set.c, 1.20, 1.21 hna_set.h, 1.14, 1.15 ipc_frontend.c, 1.33, 1.34 kernel_routes.h, 1.8, 1.9 lq_avl.c, 1.11, 1.12 lq_avl.h, 1.9, 1.10 lq_list.c, 1.5, 1.6 lq_list.h, 1.5, 1.6 lq_route.c, 1.48, 1.49 lq_route.h, 1.4, 1.5 main.c, 1.96, 1.97 net_olsr.c, 1.28, 1.29 net_olsr.h, 1.10, 1.11 olsr.c, 1.56, 1.57 olsr_types.h, 1.8, 1.9 process_routes.c, 1.34, 1.35 process_routes.h, 1.10, 1.11 routing_table.c, 1.28, 1.29 routing_table.h, 1.18, 1.19
- Next message: [Olsr-cvs] olsrd-current/lib/httpinfo/src olsrd_httpinfo.c, 1.72, 1.73
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Olsr-cvs
mailing list