CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/07/04 02:11:48
Modified files:
sys/net : art.c rtable.c
Log message:
Use the _SAFE_ version of SRPL_FOREACH() in rtable_walk_helper() to
prevent an off-by-one when removing entries from the mpath list.
Fix a regression introduced by the refactoring needed to serialize
rtable_walk() with create/delete.
ok jca@
