[IPv6]: Exclude truncated packets from InHdrErrors statistics
authorMitsuru Chinen <mitch@linux.vnet.ibm.com>
Thu, 5 Apr 2007 06:54:59 +0000 (23:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Apr 2007 06:54:59 +0000 (23:54 -0700)
commit60e5c166413f17d5ef00b4c1f398dbd44291309a
tree1aeeb716dbd027b3f29ee2058c3d7c1041b5e3ae
parent75559c167bddc1254db5bcff032ad5eed8bd6f4a
[IPv6]: Exclude truncated packets from InHdrErrors statistics

Incoming trancated packets are counted as not only InTruncatedPkts but
also InHdrErrors. They should be counted as InTruncatedPkts only.

Signed-off-by: Mitsuru Chinen <mitch@linux.vnet.ibm.com>
Acked-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_input.c