Re: netfilter6: ICMPv6 type 143 doesn't match
From: YOSHIFUJI Hideaki / 吉藤英明 <hidden>
Date: 2004-12-27 09:02:05
Also in:
netfilter-devel
From: YOSHIFUJI Hideaki / 吉藤英明 <hidden>
Date: 2004-12-27 09:02:05
Also in:
netfilter-devel
In article [ref] (at Mon, 27 Dec 2004 13:17:34 +0900 (JST)), Yasuyuki Kozakai [off-list ref] says:
- ptr = IPV6_HDR_LEN; + ptr = ((u8*)skb->nh.ipv6h - skb->data) + IPV6_HDR_LEN;
IMHO, skb->nh.ipv6h does not points ipv6 header anymore; it should be skb->nh.raw in this case. --yoshfuji