Re: [patch 2/3] IPVS: Fix sysctl warnings about missing strategy in schedulers

2007-11-19 Thread David Miller
From: Simon Horman <[EMAIL PROTECTED]> Date: Wed, 14 Nov 2007 10:06:17 -0800 > sysctl table check failed: /net/ipv4/vs/lblc_expiration .3.5.21.19 Missing > strategy > [...] > sysctl table check failed: /net/ipv4/vs/lblcr_expiration .3.5.21.20 Missing > strategy > > Switch these entried over to

[patch 2/3] IPVS: Fix sysctl warnings about missing strategy in schedulers

2007-11-14 Thread Simon Horman
sysctl table check failed: /net/ipv4/vs/lblc_expiration .3.5.21.19 Missing strategy [...] sysctl table check failed: /net/ipv4/vs/lblcr_expiration .3.5.21.20 Missing strategy Switch these entried over to use CTL_UNNUMBERED as clearly the sys_syscal portion wasn't working. This is along the same