Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6b36eb2 authored by David Ahern's avatar David Ahern Committed by David S. Miller
Browse files

rtnetlink: Do not generate notifications for NETDEV_CHANGEUPPER event



NETDEV_CHANGEUPPER is an internal event; do not generate userspace
notifications.

Signed-off-by: default avatarDavid Ahern <dsa@cumulusnetworks.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent aed07359
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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: