Mailing List Archive

[PATCH]: missing init for lblcr scheduler in ip_vs.c (ipvs-1.0.5-2.2.18.patch)
Hi Wensong,

In case anybody would like to use the lblcr scheduler ;)

Against ipvs-1.0.5-2.2.18:

--- ip_vs.c-old Thu Feb 22 11:58:56 2001
+++ ip_vs.c Thu Feb 22 11:59:22 2001
@@ -2811,5 +2811,8 @@
#ifdef CONFIG_IP_MASQUERADE_VS_LBLC
ip_vs_lblc_init();
#endif
+#ifdef CONFIG_IP_MASQUERADE_VS_LBLCR
+ ip_vs_lblcr_init();
+#endif
return 0;
}

Regards,
Roberto Nibali, ratz

--
mailto: `echo NrOatSz@tPacA.cMh | sed 's/[NOSPAM]//g'`
Re: [PATCH]: missing init for lblcr scheduler in ip_vs.c (ipvs-1.0.5-2.2.18.patch) [ In reply to ]
Hi Ratz,

Thanks for the patch. Will include it in the next IPVS release for
kernel 2.2.19.

Wensong


On Thu, 22 Feb 2001, Roberto Nibali wrote:

> Hi Wensong,
>
> In case anybody would like to use the lblcr scheduler ;)
>
> Against ipvs-1.0.5-2.2.18:
>
> --- ip_vs.c-old Thu Feb 22 11:58:56 2001
> +++ ip_vs.c Thu Feb 22 11:59:22 2001
> @@ -2811,5 +2811,8 @@
> #ifdef CONFIG_IP_MASQUERADE_VS_LBLC
> ip_vs_lblc_init();
> #endif
> +#ifdef CONFIG_IP_MASQUERADE_VS_LBLCR
> + ip_vs_lblcr_init();
> +#endif
> return 0;
> }
>
> Regards,
> Roberto Nibali, ratz
>
>