Hi,
The ipvs patch 1.0.7 for kernel 2.2.19 was available on the LVS website
too.
Virtual Server patch for Linux 2.2.19 - Version 1.0.7 - April 19, 2001
Changes:
* Julian changed persistent connection template for fwmark-based
service from <CIP,VIP,RIP> to <CIP,FWMARK,RIP>, so that different
fwmark-based services that share the same VIP can work correctly.
* Julian changed the lookup order in the ip_vs_lookup_service. The
original one is to lookup fwmark virtual service table only when
the fwmark value of packet isn't zero, and the lookup normal
virtual service table only when a packet isn't marked. The new one
is to lookup fwmark virtual service table when packet is marked,
if not found, then lookup normal virtual service table. This
change can make packets of other firewall marking go through the
normal virtual service.
* Removed the original simple statistic(/proc/net/ip_masq/vs_stat)
and ported a more sophisticated statistics from ipvs 0.2.9 for
kernel 2.4. The new statistics info can be accessed at
/proc/net/ip_masq/vs_stats.
As always, bugreports, fixes, comments and suggestions are welcome.
Wensong
|