diff options
Diffstat (limited to 'net/sched/cls_route.c')
| -rw-r--r-- | net/sched/cls_route.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/cls_route.c b/net/sched/cls_route.c index 36fec422740..44f405cb9aa 100644 --- a/net/sched/cls_route.c +++ b/net/sched/cls_route.c @@ -143,7 +143,7 @@ static int route4_classify(struct sk_buff *skb, const struct tcf_proto *tp,  	if (head == NULL)  		goto old_method; -	iif = ((struct rtable *)dst)->rt_iif; +	iif = inet_iif(skb);  	h = route4_fastmap_hash(id, iif);  	if (id == head->fastmap[h].id &&  |