Mailing List Archive

A single kernel patch (version 0.2.7)
Hi,

I made a single kernel patch based on ipvs 0.2.7 and a separate ipvsadm
srpm, so that it would be easier to be applied to the kernel.

linux-2.4.2-ipvs-0.2.7.patch:
based on ipvs 0.2.7
moved ip_vs.h =====> linux/include/net/ip_vs.h
changed all #include "ip_vs.h" to #include <net/ip_vs.h>
removed the unnecessary EXPORT_SYMTAB in two places.
added the help for IPVS in the Documentation/Configure.help.
(http://linux-vs.org/software/kernel-2.4/linux-2.4.2-ipvs-0.2.7.patch.gz)


ipvsadm-1.17-1.src.rpm:
changed to use #include <net/ip_vs.h>
(http://linux-vs.org/software/kernel-2.4/ipvsadm-1.17-1.src.rpm)


Your testing reports and comments are very welcome.

Thanks,

Wensong