Hi,
The ipvs 0.9.5 tar ball is available on the LVS website. The ChangeLog
is as follows:
Changes:
* Fixed the type of inactconns and activeconns in the struct
ip_vs_dest_user (from u_int16_t to u_int32_t).
* Fixed the problem in the command "ipvsadm -S" when the real
server hostname is longer than 28 characters and/or the
virtualserver name is longer than 33 characters.
* Rewrote/reorder the code of VS/NAT incoming/outgoing packet
processing, such as added ip_defrag() to reassemble fragments in
ip_vs_out(), making checksum related code fast and ncie {then
csum_partial(buff, 0, unaligned_addr)/i386 can be avoided}, adding
TCP/UDP header checking only for VS/NAT, and stripping off the
original ip_vs_proto_doff. It is done with a lot of messages
exchanged with Julian, thank Julian.
* Added the MODULE_LICENSE("GPL") into each module file, thank
Ratz.
As always, bugreports, fixes, comments and suggestions are welcome.
Wensong
|