From: David Ahern <dsah...@gmail.com> 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 <dsah...@gmail.com> >> Signed-off-by: Roman Mashak <m...@mojatatu.com> >> --- >> net/core/neighbour.c | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) > > Reviewed-by: David Ahern <dsah...@gmail.com> Applied and queued up for -stable, thanks everyone.