mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 06:08:22 +00:00
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: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
085e1a65f0
commit
46ede612c7
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue