ipv6: fix ICMP6_MIB_OUTERRORS
authorEric Dumazet <eric.dumazet@gmail.com>
Mon, 7 Jun 2010 22:24:44 +0000 (22:24 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Jun 2010 01:39:27 +0000 (18:39 -0700)
commit00d9d6a185de89edc0649ca4ead58f0283dfcbac
tree2c7bb666781736a94170624519182b68b13f099d
parent81a95f049962ec20a9aed888e676208b206f0f2e
ipv6: fix ICMP6_MIB_OUTERRORS

In commit 1f8438a85366 (icmp: Account for ICMP out errors), I did a typo
on IPV6 side, using ICMP6_MIB_OUTMSGS instead of ICMP6_MIB_OUTERRORS

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/icmp.c