--- embedaddon/quagga/isisd/isis_route.h 2012/10/09 09:22:28 1.1.1.2 +++ embedaddon/quagga/isisd/isis_route.h 2016/11/02 10:09:10 1.1.1.3 @@ -28,7 +28,7 @@ #ifdef HAVE_IPV6 struct isis_nexthop6 { - unsigned int ifindex; + ifindex_t ifindex; struct in6_addr ip6; struct in6_addr router_address6; unsigned int lock; @@ -37,7 +37,7 @@ struct isis_nexthop6 struct isis_nexthop { - unsigned int ifindex; + ifindex_t ifindex; struct in_addr ip; struct in_addr router_address; unsigned int lock;