Re: [PATCH net-next 0/7] netconf: Add support for RTM_DELNETCONF

2017-03-29 Thread Nicolas Dichtel
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

Re: [PATCH net-next 0/7] netconf: Add support for RTM_DELNETCONF

2017-03-29 Thread David Ahern
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

Re: [PATCH net-next 0/7] netconf: Add support for RTM_DELNETCONF

2017-03-29 Thread Nicolas Dichtel
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

Re: [PATCH net-next 0/7] netconf: Add support for RTM_DELNETCONF

2017-03-28 Thread David Miller
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

[PATCH net-next 0/7] netconf: Add support for RTM_DELNETCONF

2017-03-28 Thread David Ahern
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