LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: [PATCH]: missing init for lblcr scheduler in ip_vs.c (ipvs-1.0.5-2.

To: Roberto Nibali <ratz@xxxxxx>
Subject: Re: [PATCH]: missing init for lblcr scheduler in ip_vs.c (ipvs-1.0.5-2.2.18.patch)
Cc: "lvs-users@xxxxxxxxxxxxxxxxxxxxxx" <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
From: Wensong Zhang <wensong@xxxxxxxxxxxx>
Date: Fri, 23 Feb 2001 17:19:52 +0800 (CST)
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
>
>



<Prev in Thread] Current Thread [Next in Thread>