Merge branch 'netconf-delnetconf'
authorDavid S. Miller <davem@davemloft.net>
Wed, 29 Mar 2017 05:32:43 +0000 (22:32 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Mar 2017 05:32:43 +0000 (22:32 -0700)
David Ahern says:

====================
netconf: Add support for RTM_DELNETCONF

netconf notifications are sent as devices register but not when they
are deleted leaving userspace caches out of sync. Add support for
RTM_DELNETCONF to ipv4, ipv6 and mpls.

MPLS is missing RTM_NEWNETCONF as devices are created, so add it as well.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge