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)
commit0e42c72195cc1a6f7461bfc48b32dce29e1677f7
treec580cc80b392b5a1e31bf22999beadbead43d577
parent50c0add534d2f56547201c9f566ad4b4f40c3049
parent1182e4d0b4f8735184aecb27e4c0abd35054237c
Merge branch 'netconf-delnetconf'

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>