diff options
author | David Ahern <dsa@cumulusnetworks.com> | 2017-04-11 17:02:44 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-04-13 13:16:33 -0400 |
commit | bf2c2984d3f4d22b8617df1b0103bab9b7970902 (patch) | |
tree | 462a6ee95ac210684e69b295d423c56a60af0f16 /net/core | |
parent | aef091ae58aab340afb6f4d6a835037e66fa56a1 (diff) | |
download | linux-bf2c2984d3f4d22b8617df1b0103bab9b7970902.tar.bz2 |
rtnetlink: Do not generate notifications for PRECHANGEUPPER event
PRECHANGEUPPER 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>
Diffstat (limited to 'net/core')
-rw-r--r-- | net/core/rtnetlink.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/core/rtnetlink.c b/net/core/rtnetlink.c index 8cfb9e3c1f6e..10df445bb818 100644 --- a/net/core/rtnetlink.c +++ b/net/core/rtnetlink.c @@ -4124,7 +4124,6 @@ static int rtnetlink_event(struct notifier_block *this, unsigned long event, voi case NETDEV_CHANGEUPPER: case NETDEV_RESEND_IGMP: case NETDEV_CHANGEINFODATA: - case NETDEV_PRECHANGEUPPER: case NETDEV_CHANGELOWERSTATE: case NETDEV_CHANGE_TX_QUEUE_LEN: rtmsg_ifinfo(RTM_NEWLINK, dev, 0, GFP_KERNEL); |