]> git.karo-electronics.de Git - karo-tx-linux.git/commit
igmp: avoid drop_monitor false positives
authorEric Dumazet <edumazet@google.com>
Thu, 6 Sep 2012 20:37:06 +0000 (20:37 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Sep 2012 18:17:10 +0000 (14:17 -0400)
commitd679c5324d9a87c6295f56c2dea52d5f68834f41
tree694dc71d7cdf3075237dbee0128d77897244a5e9
parente966c8ec0cd2ff97ff1d87c381e27da3c086ee35
igmp: avoid drop_monitor false positives

igmp should call consume_skb() for all correctly processed packets,
to avoid false dropwatch/drop_monitor false positives.

Reported-by: Shawn Bohrer <sbohrer@rgmadvisors.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/igmp.c