commit | b5c9641d3d45e58dbcb35090345f863e5ade718d | [log] [tgz] |
---|---|---|
author | David Ahern <dsa@cumulusnetworks.com> | Tue Mar 28 14:28:03 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 28 22:32:42 2017 -0700 |
tree | 060f381cbc580619836a2742fecb3dd3647bd5ba | |
parent | 3b0228656dcb07a1c9fc81e8516475c2d7c4300e [diff] |
net: devinet: Add support for RTM_DELNETCONF Send RTM_DELNETCONF notifications when a device is deleted. The message only needs the device index, so modify inet_netconf_fill_devconf to skip devconf references if it is NULL. Allows a userspace cache to remove entries as devices are deleted. Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>