Mailing List Archive

ipvs-0.1.0 for kernel 2.4 available
Hi,

The IPVS netfilter module version 0.1.0 for kernel 2.4 is available at
http://www.LinuxVirtualServer.org.

IP Virtual Server Netfilter module - Version 0.1.0 - November 26, 2000

Changes:
* Julian added ECN support in IPVS tunnelling transmitter

* Ported the Locality-Based Least Connection scheduler from IPVS
code for kernel 2.2. Julian replaced del_timer function call with
with del_timer_sync to avoid the possible race between timer
handler and del_timer thread in SMP.

* Julian and Wensong fixed the possible oops in the todrop_entry().
When the incoming packet counter of a very busy connection exceeds
2^32, accessing an array with a negative index leads to oops.

Thanks,

Wensong