]> git.baikalelectronics.ru Git - kernel.git/commit
net-sysfs: trigger netlink notification on ifalias change via sysfs
authorRoopa Prabhu <roopa@cumulusnetworks.com>
Tue, 14 Nov 2017 07:21:36 +0000 (23:21 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Nov 2017 13:03:21 +0000 (22:03 +0900)
commit55adbab9f9d15f1a2b2f39022b7b7d35f2f24725
tree57b2426e51d995829cd79e07f9fa2740b646ebf3
parenta96d25f191f72c61157b0aacc7b10f9dc728581f
net-sysfs: trigger netlink notification on ifalias change via sysfs

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 <roopa@cumulusnetworks.com>
Reviewed-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/net-sysfs.c