LVS On FreeBSD - Version 0.4.0 - May 28, 2005 * Added all other LVS schedule algorithms. * uipc_socket.c(sogetopt,sosetopt): Fixed a bug. * socketvar.h: Change the vaule of 'NF_BASE_CTL' to 128. Thanks must go to calvin for reporting the bug. LVS On FreeBSD - Version 0.3.0 - May 16, 2005 * Added LVS/TUN. * Tested and run on FreeBSD 5.4-RELEASE. LVS On FreeBSD - Version 0.2.0 - May 12, 2005 * A formal software release,removed all unnecessary kernel patches and the remain tiny kernel changes are distributed as diffs. * Modified ipvsadm sources to make it compile and run under FreeBSD. * Totally independent to Linux compibility. * ip_vs_core.c(ip_vs_in_icmp): A ICMP packet handling bug fixed. * Added some statistic functions. * Tiny changes to man pages such as replace "Linux" by "FreeBSD" LVS On FreeBSD - Version 0.1.3 - May 8, 2005 * Removed file: 'pfil.c' from patch. * Removed file: 'pfil.h' from patch. * Removed file: "ip_output.c' from patch. LVS On FreeBSD - Version 0.1.2 - May 7, 2005 * Removed file: 'linux_list.h'. * Removed file: 'linux_kernel.h'. * Rewrited some codes with FreeBSD API. LVS On FreeBSD - Version 0.1.1 - April 28, 2005 * Improved route searching by caching route result. * Replaced Linux list API by FreeBSD queue API in IPVS module codes. * Some code tidy up. LVS On FreeBSD - Version 0.1.0 - April 16, 2005 * Initial release.It is a draft release,only to prove that LVS can play happily with FreeBSD.It support LVS/DR and Round Robin schedule algorithm.