Le 29/03/2017 à 16:13, David Ahern a écrit :
> On 3/29/17 3:36 AM, Nicolas Dichtel wrote:
>> Le 29/03/2017 à 07:32, David Miller a écrit :
>>> From: David Ahern
>>> Date: Tue, 28 Mar 2017 14:28:00 -0700
>>>
netconf notifications are sent as devices register but not when they
are deleted
On 3/29/17 3:36 AM, Nicolas Dichtel wrote:
> Le 29/03/2017 à 07:32, David Miller a écrit :
>> From: David Ahern
>> 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
Le 29/03/2017 à 07:32, David Miller a écrit :
> From: David Ahern
> 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.
Not su
From: David Ahern
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, s
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.
David Ahern (7):
rtnetlink: Add RTM_DELNETCONF