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)
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>

No differences found