Hi,
I just put ipvs-0.9.13-2.2.15.tar.gz on the LVS site.
Virtual Server patch for Linux 2.2.15 - Version 0.9.13 - May 25, 2000
Changes:
* Changed that the key of real server hash table is generated
from <addr,port>, instead of <proto,addr,port>, and changed the
check in __ip_vs_lookup_real_service(). It should work correctly
for fwmark service.
* Added the missing "INIT_LIST_HEAD(&dest->d_list);" in
ip_vs_rs_unhash().
* Changed that ip_vs_wrr_init_svc() returns -ENOMEM instead of
ENOMEM if no memory is available, just in order to keep good
format of return value.
* Added the ftp service and port zero service counters, which can
speed up service lookup.
* Restrict real server ports covered from the ftp service.
The port number of ftp data connections on real servers can only
be 20 or >= PROT_SOCK(1024).
* Split some duplicate code into __ip_vs_del_service()
The above changes were made by Julian and Wensong.
Changes of ipvsadm:
* Horms added kernel version verification
* Horms fixed the popt problem in specifying command and option
options (e.g. -Ln or -At) in one short option.
BTW, if you run ipvs-0.9.12 for kernel 2.2.15, I strongly recommend you to
upgrade to this one, because the net/core/* in that patch file was useless
and it was generated due to my carelessness. Sorry!
Wensong
|