Re: netfilter6: ICMPv6 type 143 doesn't match
From: Patrick McHardy <hidden>
Date: 2005-05-06 14:39:51
Also in:
netfilter-devel
From: Patrick McHardy <hidden>
Date: 2005-05-06 14:39:51
Also in:
netfilter-devel
Herbert Xu wrote:
Patrick McHardy [off-list ref] wrote:quoted
+ 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