]> 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)
commit68143b6fcbd20df005a5aed99512c685fcc73b3d
treec580cc80b392b5a1e31bf22999beadbead43d577
parent3a3a7182ad013cd7689a875950a58e39b4216d64
parent30b281b7cbaa615422c3d622e38fa23ec662e1c6
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>