[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 03340) Re: netfilter6: ICMPv6 type 143 doesn't match



Herbert Xu wrote:
> Patrick McHardy <kaber@xxxxxxxxx> wrote:
>>+               err = dev->hard_header(skb, dev, ETH_P_IPV6, ha, NULL, skb->len);
>>+               if (err < 0) {
>>+                       IP6_INC_STATS(IPSTATS_MIB_OUTDISCARDS);
> 
> You're now incrementing this twice since the callers will also
> increment this.

Thanks, I've removed the line again.

Regards
Patrick