X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fipv6%2Ficmp.c;h=fa8f1bb0aa52926d4fe1808cedb81a611fbf2885;hb=b69aee04fbfc027fc4ddaddc809ea8711cef9511;hp=5176fc655ea907084f814c17590eccccadfabdf4;hpb=ed735ccbefaf7e5e3ef61418f7e209b8c59308a7;p=linux-2.6 diff --git a/net/ipv6/icmp.c b/net/ipv6/icmp.c index 5176fc655e..fa8f1bb0aa 100644 --- a/net/ipv6/icmp.c +++ b/net/ipv6/icmp.c @@ -549,7 +549,7 @@ static void icmpv6_notify(struct sk_buff *skb, int type, int code, u32 info) read_lock(&raw_v6_lock); if ((sk = sk_head(&raw_v6_htable[hash])) != NULL) { while((sk = __raw_v6_lookup(sk, nexthdr, daddr, saddr, - skb->dev->ifindex))) { + IP6CB(skb)->iif))) { rawv6_err(sk, skb, NULL, type, code, inner_offset, info); sk = sk_next(sk); }