Re: netfilter6: ICMPv6 type 143 doesn't match
Patrick McHardy <[email protected]>
| Newsgroups | gmane.linux.network,gmane.comp.security.firewalls.netfilter.devel,gmane.linux.ipv6.usagi.users |
|---|---|
| Message-ID | <[email protected]> |
Herbert Xu wrote: > Patrick McHardy <[email protected]> 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