CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/05/11 08:03:19
Modified files:
sys/net : rtable.c
Log message:
No need to go through a remove/insert cycle when there's a single route
entry on the multipath list.
Fix a NULL dereference triggered by a CPU doing a lookup when another one
is updating the priorities of some routes. By not doing a remove/insert
we ensure that ``an_rtlist'' is never empty and do not need a conditional
in the fast path.
Problem reported by and ok markus@