Hi,
The ipvs 0.9.10 tar ball is available on the LVS website. It has some
minor fixes. The ChangeLog is as follows:
IP Virtual Server Netfilter module - Version 0.9.10 - January 31, 2002
Changes:
* Julian changed htons(IP_MF|IP_OFFSET) to _constant_htons(
IP_MF|IP_OFFSET)
* A little bit code tidy up.
* Julian and I worked on avoiding the possible race of expire a
connection entry among the ip_vs_conn_flush,
ip_vs_random_dropentry, and slow timer, though it is hard to
hit. Changed ip_vs_conn_expire_now(cp) to let slow timer expire
it, disabled BH in the ip_vs_conn_flush(), changed the
ip_vs_conn_expire to hash the connection back if it cannot be
expired now, etc.
* Fixed the negative check bug in the internal_add_sltimer(), so
that the connection whose expire is less than slow timer jiffies
can be expired quickly.
We consider the 0.9.10 as a candidate of 1.0.0 stable version. Please take
time to test it if possible.
Thanks,
Wensong
|