]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit971df69b1a1e170656168bd55c799336fccb5006
treec580cc80b392b5a1e31bf22999beadbead43d577
parent143ea52200f9de60e9e0ce57710beb76c1131b9e
parent9a41240ca08e4d108f979a866ef6212af8af213e
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>