Re: [PATCH net-next 0/7] netconf: Add support for RTM_DELNETCONF
From: David Miller <davem@davemloft.net> Date: 2017-03-29 05:33:04
From: David Ahern <redacted>
Date: Tue, 28 Mar 2017 14:28:00 -0700
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.