mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	rtnetlink: Do not generate notifications for NETDEV_CHANGEUPPER event
NETDEV_CHANGEUPPER is an internal event; do not generate userspace notifications. Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
							parent
							
								
									aed0735909
								
							
						
					
					
						commit
						b6b36eb23a
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -4121,7 +4121,6 @@ static int rtnetlink_event(struct notifier_block *this, unsigned long event, voi
 | 
			
		|||
	case NETDEV_FEAT_CHANGE:
 | 
			
		||||
	case NETDEV_BONDING_FAILOVER:
 | 
			
		||||
	case NETDEV_NOTIFY_PEERS:
 | 
			
		||||
	case NETDEV_CHANGEUPPER:
 | 
			
		||||
	case NETDEV_RESEND_IGMP:
 | 
			
		||||
	case NETDEV_CHANGEINFODATA:
 | 
			
		||||
	case NETDEV_CHANGE_TX_QUEUE_LEN:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue