Hi On Tue, 2009-01-06 at 12:24 +0530, vaibhav pol wrote: > Where i will get source code of ip_vs.o . I am using 2.6.9-42.ELsmp > kernel also i installed respective > kernel devel (kernel-smp-devel-2.6.9-42.EL) package even i not get the > source code of ip_vs.o . Can any one tell where i will get that one.
In what context are you finding ip_vs.o? For a 2.6.x kernel, the loadable kernel module is ip_vs.ko. There is an ip_vs.o built during a kernel build, and if you look in the Makefile under /usr/src/linux-2.6.9/net/ipv4/ipvs you should find out which parts get put together to make it. Are you having a specific problem? Graeme _______________________________________________ Please read the documentation before posting - it's available at: http://www.linuxvirtualserver.org/ LinuxVirtualServer.org mailing list - [email protected] Send requests to [email protected] or go to http://lists.graemef.net/mailman/listinfo/lvs-users
