]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_static.h
*: use an ifindex_t type, defined in lib/if.h, for ifindex values
[mirror_frr.git] / pimd / pim_static.h
index ff89fb150eed19664f5fe8fb360d34636537e859..07d31d59b75a5cf264c7a42413f36ce1c4528609 100644 (file)
@@ -33,7 +33,7 @@ struct static_route {
    struct in_addr source;
 
    struct channel_oil c_oil;
-   unsigned int   iif;
+   ifindex_t          iif;
    unsigned char  oif_ttls[MAXVIFS];
 };