Hi,
The ipvs-1.0.0 for kernel 2.2.17 is available at
http://www.linuxvirtualserver.org/
Virtual Server patch for Linux 2.2.17 - Version 1.0.0 - November 16,
2000
Changes:
* Martin Hamilton fixed the terrible locking bugs in
ip_vs_lblc.c
*lock(tbl->lock) ==> *lock(&tbl->lock)
* Fixed the uninitilized tbl->lock bug in ip_vs_lblc_init_svc
* Added full expiration check for ip_vs_lblc entries
When the ip_vs_lblc table is not full in a half hour (no partial
expiration check is done), do a full expiration check, which
will collect stale entries that hasn't been touched for more
than two hours.
* Horms corrected some cosmetic things in ipvsadm
Thanks,
Wensong
|