Re: [PATCH] bridge: keep track of received multicast packets

2006-05-05 Thread David S. Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Thu, 4 May 2006 16:10:19 -0700 > It makes sense to add this simple statistic to keep track of received > multicast packets. > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Applied, thanks Stephen. - To unsubscribe from this list: send th

[PATCH] bridge: keep track of received multicast packets

2006-05-04 Thread Stephen Hemminger
It makes sense to add this simple statistic to keep track of received multicast packets. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- bridge.orig/net/bridge/br_input.c 2006-04-21 14:28:55.0 -0700 +++ bridge/net/bridge/br_input.c2006-05-04 16:07:24.0 -0700 @@