CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2013/10/20 07:23:35
Modified files: sys/net : radix_mpath.c Log message: In rt_mpath_conflict() there is no need to check the priority in the loop since rt_mpath_prio() and rt_mpath_next() ensure that this is always the case. OK henning@