From: David Ahern <[email protected]>
Date: Tue, 5 May 2020 11:00:47 -0600
> On 5/1/20 7:34 PM, Roman Mashak wrote:
>> When a new neighbor entry has been added, event is generated but it does not
>> include protocol, because its value is assigned after the event notification
>> routine has run, so move protocol assignment code earlier.
>>
>> Fixes: df9b0e30d44c ("neighbor: Add protocol attribute")
>> Cc: David Ahern <[email protected]>
>> Signed-off-by: Roman Mashak <[email protected]>
>> ---
>> net/core/neighbour.c | 6 +++---
>> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> Reviewed-by: David Ahern <[email protected]>
Applied and queued up for -stable, thanks everyone.