Re: [PATCH net 1/4] ipv6: Only emit append events for appended routes

2018-06-15 Thread David Ahern
On 6/15/18 7:23 AM, Ido Schimmel wrote: > Current code will emit an append event in the FIB notification chain for > any route added with NLM_F_APPEND set, even if the route was not > appended to any existing route. > > This is inconsistent with IPv4 where such an event is only emitted when > the

[PATCH net 1/4] ipv6: Only emit append events for appended routes

2018-06-15 Thread Ido Schimmel
Current code will emit an append event in the FIB notification chain for any route added with NLM_F_APPEND set, even if the route was not appended to any existing route. This is inconsistent with IPv4 where such an event is only emitted when the new route is appended after an existing one. Align