commit | 2345217026a093cdfd0f3e193ec9f2c82f22e1c2 | [log] [tgz] |
---|---|---|
author | David Ahern <dsa@cumulusnetworks.com> | Tue Mar 28 14:28:05 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 28 22:32:42 2017 -0700 |
tree | d4b0efa438cf68abb4bd6a98e87cbcec00fa9ebd | |
parent | 85b3daada4cab8cc36888f5d025058bbc8737497 [diff] |
net: ipv6: Add support for RTM_DELNETCONF Send RTM_DELNETCONF notifications when a device is deleted. The message only needs the device index, so modify inet6_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>