no unfortunately not. There's a lot of code floating around that hasn't been tested exhaustively and so can't be submitted to the kernel. It's a problem of someone sitting down and doing enough tests to show that it works and is safe to be released. There's a fairly high bar for kernel code.
I see. I wonder how it can be tested. Perhaps using User Mode Linux in a virtual network... I wonder what the test cases would be. I got this error: net/ipv4/ipvs/ip_vs_core.c: In function 'ip_vs_out_icmp': net/ipv4/ipvs/ip_vs_core.c:704: error: too few arguments to function 'ip_route_me_harder' net/ipv4/ipvs/ip_vs_core.c: In function 'ip_vs_out': net/ipv4/ipvs/ip_vs_core.c:855: error: too few arguments to function 'ip_route_me_harder' make[4]: *** [net/ipv4/ipvs/ip_vs_core.o] Error 1 I found this: http://lists.netfilter.org/pipermail/netfilter-devel/2006-September/025519.html Is it ok if I add a 0 to the ip_route_me_harder call? Shall I use another number? ip_route_me_harder(pskb, 0) Regards, N.- -- http://arhuaco.org http://emQbit.com _______________________________________________ LinuxVirtualServer.org mailing list - [email protected] Send requests to [EMAIL PROTECTED] or go to http://www.in-addr.de/mailman/listinfo/lvs-users
