]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ipv6: udp: fix UDP_MIB_IGNOREDMULTI updates
authorEric Dumazet <edumazet@google.com>
Tue, 29 Mar 2016 15:43:41 +0000 (08:43 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Apr 2016 06:42:05 +0000 (15:42 +0900)
commit26dd42ebff94ff481af56704cd1b4dd32ca8579f
tree1394f2e6af0172c3699f36b7392f2b1fad0cb8a3
parent9603d0a58d3069a1ec9fc94090d470ae520118f7
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/ipv6/udp.c