]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripngd/ripng_zebra.c
*: use an ifindex_t type, defined in lib/if.h, for ifindex values
[mirror_frr.git] / ripngd / ripng_zebra.c
index ecfe2d5154f754201e54b257eab3f959c6fba756..d8667cb68ceb3a49c20874c9ef45789ea9f0ec71 100644 (file)
@@ -42,7 +42,7 @@ static void
 ripng_zebra_ipv6_send (struct route_node *rp, u_char cmd)
 {
   static struct in6_addr **nexthops = NULL;
-  static unsigned int *ifindexes = NULL;
+  static ifindex_t *ifindexes = NULL;
   static unsigned int nexthops_len = 0;
 
   struct list *list = (struct list *)rp->info;