From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] net-sysfs: trigger netlink notification on ifalias change via sysfs Date: Tue, 14 Nov 2017 22:03:35 +0900 (KST) Message-ID: <20171114.220335.1010524664630487449.davem@davemloft.net> References: <1510644096-36796-1-git-send-email-roopa@cumulusnetworks.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, dsa@cumulusnetworks.com, nikolay@cumulusnetworks.com To: roopa@cumulusnetworks.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:40570 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752747AbdKNNDi (ORCPT ); Tue, 14 Nov 2017 08:03:38 -0500 In-Reply-To: <1510644096-36796-1-git-send-email-roopa@cumulusnetworks.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Roopa Prabhu Date: Mon, 13 Nov 2017 23:21:36 -0800 > From: Roopa Prabhu > > This patch adds netlink notifications on iflias changes via sysfs. > makes it consistent with the netlink path which also calls > netdev_state_change. Also makes it consistent with other sysfs > netdev_store operations. > > Signed-off-by: Roopa Prabhu Applied.