cvs commit: src/sys/netinet ip_carp.c
Gleb Smirnoff
glebius at FreeBSD.org
Fri Jul 1 08:22:14 GMT 2005
glebius 2005-07-01 08:22:14 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_carp.c
Log:
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
Approved by: re (scottl)
Revision Changes Path
1.27 +1 -1 src/sys/netinet/ip_carp.c
More information about the cvs-src
mailing list