Date: Sat, 20 Aug 2005 10:23:20 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_carp.c Message-ID: <200508201023.j7KANKJQ026758@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2005-08-20 10:23:19 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/netinet ip_carp.c
Log:
MFC 1.27:
When doing ARP load balancing source IP is taken in network byte order,
so residue of division for all hosts on net is the same, and thus only
one VHID answers. Change source IP in host byte order.
Reviewed by: mlaier
Revision Changes Path
1.21.2.4 +1 -1 src/sys/netinet/ip_carp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508201023.j7KANKJQ026758>
