ipv6: udp: fix UDP_MIB_IGNOREDMULTI updates
authorEric Dumazet <edumazet@google.com>
Tue, 29 Mar 2016 15:43:41 +0000 (08:43 -0700)
committerSasha Levin <sasha.levin@oracle.com>
Mon, 11 Jul 2016 03:07:06 +0000 (23:07 -0400)
commitb95228fd0efb56afd9aaec13a76f530f85fcb502
treedd19a2a33ee6181558e8ac9d53aea64c05525f27
parent95e4695bd33e9f8ddabaf4fa64857e9bed1bda80
ipv6: udp: fix UDP_MIB_IGNOREDMULTI updates

[ Upstream commit 2d4212261fdf13e29728ddb5ea9d60c342cc92b5 ]

IPv6 counters updates use a different macro than IPv4.

Fixes: 36cbb2452cbaf ("udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicasts")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Rick Jones <rick.jones2@hp.com>
Cc: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
net/ipv6/udp.c