Date: Fri, 30 May 2008 09:34:35 +0000 (UTC) From: Qing Li <qingli@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net radix_mpath.c radix_mpath.h Message-ID: <200805300934.m4U9YZpN092020@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
qingli 2008-05-30 09:34:35 UTC
FreeBSD src repository
Modified files:
sys/net radix_mpath.c radix_mpath.h
Log:
When RADIX_MPATH is enabled, the route selection is not rotating
through the multipath entries. The hash value was a signed integer
and was always giving a -1 value.
PR: 123991
Submitted by: Barrett Lyon
Revision Changes Path
1.6 +4 -4 src/sys/net/radix_mpath.c
1.3 +2 -2 src/sys/net/radix_mpath.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805300934.m4U9YZpN092020>
