diff options
Diffstat (limited to 'zebra/zebra_routemap.c')
-rw-r--r-- | zebra/zebra_routemap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |