Hi,
The ipvs 1.0.7 tar ball is available on the LVS website. It has some
minor bugfixes. The ChangeLog is as follows:
IP Virtual Server Netfilter module - Version 1.0.7 - November ??, 2002
Changes:
* Merged and tidy up the --sort option patch into ipvsadm, thank
Nicolas THILL <nthill@xxxxxxx> for the patch. To sort the services
and real servers in listing the virtual server table in ascending
order of <protocol, addr, port>, use "ipvsadm -L --sort".
* Fixed the bugs in the do_ip_vs_get_ctl() that return immediately
without releasing __ip_vs_mutex. Thanks to Kurosawa-san and Horms
for the finding and patch.
* Updated Makefile (many changes were contributed by Horms)
o Back port the Makefile from 1.1.0 o Remove the unused __SMP__
flags. o Derive the release from the kernel source. o Set the
root of depmod according to $INSTALL_MOD_PATH
* Julian fixed the problem of chechsum not correct for IP packet
fragments in the DR or TUN mode. It is because the nf_hook_slow()
will linearize all the skbs received (checksum is then invalid),
which is really slow. Before this stopgap is removed, we have to
update checksum for all the packets in the DR or TUN mode before
sending them out.
As always, bugreports, fixes, comments and suggestions are welcome.
Thanks,
Wensong
|