Hi,
The ipvs 0.9.5 is now available at:
http://www.LinuxVirtualServer.org/ipvs-0.9.5-2.2.13.tar.gz
Virtual Server patch for Linux 2.2 - Version 0.9.5 - November 28,
1999
Changes:
* Fixed the undefined variable bug in the IP_VS_DBG
Due to my carelessness, an undefined variable was left in the
IP_VS_DBG statement of the ip_vs_dr_xmit function. Thank
Roberto Nibali for reporting.
* Changed ICMP_PROT_UNREACH to ICMP_PORT_UNREACH in ip_vs_leave
When virtual service is available but no destination is available,
The ICMP_PORT_UNREACH icmp packet is sent to notify the client
that the service is not available. Since IPVS is in IP layer,
the TCP socket has been created, the TCP RST packet cannot be sent
for TCP services, instead that ICMP_PORT_UNREACH is sent, no
matter it talks TCP/UDP. Thank Julian.
* Added port zero support for persistent services
For some applications, there are more than one service, once a
client is assigned to a real server for the first service, requests
for other services from the same clients must be sent to the same
server. Port zero is added for this kind of persistent services.
* Fixed the bug that virtual ftp service blocks other services
When virtual ftp service is presented and packets destined for
other services not listed in ipvs table arrives, wrong masq
entries will be created and those services are blocked.
* Fixed the (null) print for unknown services in ipvsadm
Thank Julian for reporting.
Enjoy,
Wensong
----------------------------------------------------------------------
LinuxVirtualServer.org mailing list - lvs-users@xxxxxxxxxxxxxxxxxxxxxx
To unsubscribe, e-mail: lvs-users-unsubscribe@xxxxxxxxxxxxxxxxxxxxxx
For additional commands, e-mail: lvs-users-help@xxxxxxxxxxxxxxxxxxxxxx
|