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

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

rtnetlink: Do not generate notification for UDP_TUNNEL_PUSH_INFO



NETDEV_UDP_TUNNEL_PUSH_INFO is an internal notifier; nothing userspace
can do so don't generate a netlink notification.

Signed-off-by: default avatarDavid Ahern <dsa@cumulusnetworks.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 085e1a65
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4128,7 +4128,6 @@ static int rtnetlink_event(struct notifier_block *this, unsigned long event, voi
	case NETDEV_CHANGEINFODATA:
	case NETDEV_PRECHANGEUPPER:
	case NETDEV_CHANGELOWERSTATE:
	case NETDEV_UDP_TUNNEL_PUSH_INFO:
	case NETDEV_CHANGE_TX_QUEUE_LEN:
		rtmsg_ifinfo(RTM_NEWLINK, dev, 0, GFP_KERNEL);
		break;