From 5b6cd16ea129fc90e437f744a0bd8606a0dab15b Mon Sep 17 00:00:00 2001 From: Eric Dumazet Date: Mon, 7 Jun 2010 22:24:44 +0000 Subject: [PATCH] --- yaml --- r: 200376 b: refs/heads/master c: 00d9d6a185de89edc0649ca4ead58f0283dfcbac h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/ipv6/icmp.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 60d2bec2fc6b..a099ceb48305 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 81a95f049962ec20a9aed888e676208b206f0f2e +refs/heads/master: 00d9d6a185de89edc0649ca4ead58f0283dfcbac diff --git a/trunk/net/ipv6/icmp.c b/trunk/net/ipv6/icmp.c index ce7992982557..03e62f94ff8e 100644 --- a/trunk/net/ipv6/icmp.c +++ b/trunk/net/ipv6/icmp.c @@ -483,7 +483,7 @@ void icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info) np->tclass, NULL, &fl, (struct rt6_info*)dst, MSG_DONTWAIT, np->dontfrag); if (err) { - ICMP6_INC_STATS_BH(net, idev, ICMP6_MIB_OUTMSGS); + ICMP6_INC_STATS_BH(net, idev, ICMP6_MIB_OUTERRORS); ip6_flush_pending_frames(sk); goto out_put; } @@ -565,7 +565,7 @@ static void icmpv6_echo_reply(struct sk_buff *skb) np->dontfrag); if (err) { - ICMP6_INC_STATS_BH(net, idev, ICMP6_MIB_OUTMSGS); + ICMP6_INC_STATS_BH(net, idev, ICMP6_MIB_OUTERRORS); ip6_flush_pending_frames(sk); goto out_put; }