aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2007-11-20 00:50:21 -0500
committerDavid S. Miller <davem@davemloft.net>2007-11-20 00:50:21 -0500
commit9e103fa6bd53147e228e941256803a6b8927cdb9 (patch)
tree9460058bcf8d27f4a3f9f69103b896ff74cf6f0a /include
parent611cd55b155a89d9a0ce5f92a9cbabc5e284d0d4 (diff)
[IPVS]: Fix sysctl warnings about missing strategy in schedulers
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 lines as Christian Borntraeger's patch that fixes up entries with no stratergy in net/ipv4/ipvs/ip_vs_ctl.c Signed-off-by: Simon Horman <horms@verge.net.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/net/ip_vs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h
index b362c8c14979..f1c41eede993 100644
--- a/include/net/ip_vs.h
+++ b/include/net/ip_vs.h
@@ -348,8 +348,6 @@ enum {
348 NET_IPV4_VS_TO_SA=16, 348 NET_IPV4_VS_TO_SA=16,
349 NET_IPV4_VS_TO_UDP=17, 349 NET_IPV4_VS_TO_UDP=17,
350 NET_IPV4_VS_TO_ICMP=18, 350 NET_IPV4_VS_TO_ICMP=18,
351 NET_IPV4_VS_LBLC_EXPIRE=19,
352 NET_IPV4_VS_LBLCR_EXPIRE=20,
353 NET_IPV4_VS_CACHE_BYPASS=22, 351 NET_IPV4_VS_CACHE_BYPASS=22,
354 NET_IPV4_VS_EXPIRE_NODEST_CONN=23, 352 NET_IPV4_VS_EXPIRE_NODEST_CONN=23,
355 NET_IPV4_VS_NAT_ICMP_SEND=25, 353 NET_IPV4_VS_NAT_ICMP_SEND=25,