Mailing List Archive

ipvs-1.0.6-2.2.19
Hi,

I just uploaded the ipvs patch version 1.0.6 against kernel 2.2.19 on the
LVS website.


Virtual Server patch for Linux 2.2.19 - Version 1.0.6 - March 27, 2001

Changes:
* 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.

* Ratz added the missed ip_vs_lblcr_init() call, so that the lblcr
scheduler can be built in the kernel.

* Made the patch against Linux 2.2.19.

* Changed to use fixed record (divisor of 512) to output ipvs
procinfo file, so that each record won't be truncated at least.

* ipvsadm updates
revisited the SYNOPSIS of ipvsadm command, this one should be more
correct, thank Joe and Horms for telling me there is some
inconsistency.
changed "-M [netmask]" to "-M netmask".
Horms fixed that ipvsadm cannot read /etc/sysconfig/ipvsadm
correctly on Red Hat 7. It is caused by scanf under the glibc that
ships with Red Hat 7 not returning EOF as the man page documents
it will once input stops. Added some code in the config_stream.c
so that it can detect ab EOF.
Horms tidys up ipvsadm-restore, ipvsadm-save and ipvsadm.sh a
little too.
fixed some warnings while compiling config_stream.c and
dynamic_array.c.
added ipvsadm-save and ipvsadm-restore man pages.
added the "-n" option into ipvsadm-save.


Thanks,

Wensong