commit | 9099f9b2a66e86f8a90d7fe18f61bd2bb1bc6744 | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul.jakma@hpe.com> | Mon Jan 18 10:12:10 2016 +0000 |
committer | Paul Jakma <paul.jakma@hpe.com> | Fri Feb 26 14:11:46 2016 +0000 |
tree | 1ce5d2e4ecff6b57eb00d40b1a91b3f363ff35fe | |
parent | 954c7d6bcd04c2cf037965adda0f9d11afdcd165 [diff] [blame] |
*: use an ifindex_t type, defined in lib/if.h, for ifindex values
diff --git a/ospf6d/ospf6_message.c b/ospf6d/ospf6_message.c index e71b410..d382f03 100644 --- a/ospf6d/ospf6_message.c +++ b/ospf6d/ospf6_message.c
@@ -1515,7 +1515,7 @@ unsigned int len; char srcname[64], dstname[64]; struct in6_addr src, dst; - unsigned int ifindex; + ifindex_t ifindex; struct iovec iovector[2]; struct ospf6_interface *oi; struct ospf6_header *oh;