mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	[BRIDGE]: keep track of received multicast packets
It makes sense to add this simple statistic to keep track of received multicast packets. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
							parent
							
								
									35d63edb1c
								
							
						
					
					
						commit
						1c29fc4989
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -66,6 +66,7 @@ int br_handle_frame_finish(struct sk_buff *skb)
 | 
			
		|||
	}
 | 
			
		||||
 | 
			
		||||
	if (is_multicast_ether_addr(dest)) {
 | 
			
		||||
		br->statistics.multicast++;
 | 
			
		||||
		br_flood_forward(br, skb, !passedup);
 | 
			
		||||
		if (!passedup)
 | 
			
		||||
			br_pass_frame_up(br, skb);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue