From 9099f9b2a66e86f8a90d7fe18f61bd2bb1bc6744 Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Mon, 18 Jan 2016 10:12:10 +0000 Subject: *: use an ifindex_t type, defined in lib/if.h, for ifindex values --- zebra/zebra_routemap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zebra/zebra_routemap.c') diff --git a/zebra/zebra_routemap.c b/zebra/zebra_routemap.c index bd9be532..da9cb130 100644 --- a/zebra/zebra_routemap.c +++ b/zebra/zebra_routemap.c @@ -134,7 +134,7 @@ route_match_interface (void *rule, struct prefix *prefix, struct nexthop_vrfid *nh_vrf; struct nexthop *nexthop; char *ifname = rule; - unsigned int ifindex; + ifindex_t ifindex; if (type == RMAP_ZEBRA) { -- cgit v1.2.3