]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/ospf6_route.c
*: use an ifindex_t type, defined in lib/if.h, for ifindex values
[mirror_frr.git] / ospf6d / ospf6_route.c
index 0a98c8f082aa8c23c049a60961ff6a97bcb5bdd3..5172eee48d38bbbfd99af43e09f9320b399781bd 100644 (file)
@@ -331,7 +331,7 @@ ospf6_add_nexthop (struct list *nh_list, int ifindex,
 
 void
 ospf6_route_zebra_copy_nexthops (struct ospf6_route *route,
-                                unsigned int *ifindexes,
+                                ifindex_t *ifindexes,
                                 struct in6_addr **nexthop_addr,
                                 int entries)
 {