CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/07/28 07:25:10
Modified files:
sys/net : route.c
Log message:
Fix the tracking of RTF_MPATH. Until now the magic happend on the first route
and not on the routes with the right prio. So pick up the correct route by
calling rn_mpath_prio() first.
OK henning@
