Mailing List Archive

ipvs-0.2.4 for kernel 2.4
Hi,

The ipvs-0.2.4 for kernel 2.4 is available at the LVS site.

IP Virtual Server Netfilter module - Version 0.2.4 - February 15, 2001

Changes:
* Changed ip_vs_ctl.c to call scheduler's update-service function
after a new server is added.

* Added the Destination Hashing scheduler. The DH scheduler
assigns connections to servers through looking up a statically
assigned hash table by their destination IP addresses.

* Added the Source Hashing scheduler. The SH scheduler assigns
connections to servers through looking up a statically assigned
hash table by their source IP addresses.

* Alexander Atanasov fixed the lblcr scheduler that when when all
servers in the desination set are of weight 0 or are unavailable,
falls back to wlc method, instead of return NULL.

* IPVSADM upgrade to a new version
added --connection -c in command syntax and man page.

revisited the SYNOPSIS of ipvsadm command, this one should be more
correct, thank Joe and Horms for telling me there is some
inconsistency.

added the VERSION and SCHEDULERS files.

changed "-M [netmask]" to "-M netmask".


Thanks,

Wensong