Mailing List Archive

ipvs-0.2.8 available
Hi,

I just put the ipvs version 0.2.8 for kernel 2.4 on the LVS web site.


IP Virtual Server Netfilter module - Version 0.2.8 - April 4, 2001

Changes:
* Julian fixed the wrong ip_vs_conn_put in icmp handling code.

* Fixed the wrong setting expiration of ipvs connection entries
which would lead to the wrong add_sltimer/del_sltimer calls in the
SMP environment.

* Removed the unnecessary del_sltimer in the ip_vs_sched_persist.

* Code clarification
changing ip_vs_table to ip_vs_conn_tab.
adding "static" to local variables.
removing the used variables in the ip_vs.h
removing the unnecessary "#define EXPORT_SYMTAB" in the code.

* Julian added the NO_CPORT checking in the ip_vs_random_dropentry
and the ip_vs_unbind_dest.

* Julian and Wensong revisited ip_vs_conn_put, __ip_vs_conn_put
and ip_vs_conn_expire in the SMP environment, hope the the
possible race has been removed. Thank Jason Steenblik
<jsteenblik@zantaz.com> for some testings.


Your testing and comments are very welcome.

Thanks,

Wensong