]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_static.c
bgpd: [7.1] add addpath ID to adj_out tree sort (#5691)
[mirror_frr.git] / pimd / pim_static.c
index f7f6ea17c166f05aa9449e9318335bd9ad0a22e0..442b22e06fc6c674a40ee62f9b65df0764d2381d 100644 (file)
@@ -42,7 +42,7 @@ static struct static_route *static_route_alloc(void)
        return XCALLOC(MTYPE_PIM_STATIC_ROUTE, sizeof(struct static_route));
 }
 
-static struct static_route *static_route_new(unsigned int iif, unsigned int oif,
+static struct static_route *static_route_new(ifindex_t iif, ifindex_t oif,
                                             struct in_addr group,
                                             struct in_addr source)
 {