aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2007-11-20 00:51:13 -0500
committerDavid S. Miller <davem@davemloft.net>2007-11-20 00:51:13 -0500
commit9055fa1f3ded5ad858a55ae18439ed55227ee7eb (patch)
treed8ea30e4b8b53f3f6e47cb6c2823fc84d40bea60 /include
parent9e103fa6bd53147e228e941256803a6b8927cdb9 (diff)
[IPVS]: Move remaining sysctl handlers over to CTL_UNNUMBERED
Switch the remaining IPVS sysctl entries over to to use CTL_UNNUMBERED, I stronly doubt that anyone is using the sys_sysctl interface to these variables. 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.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h
index f1c41eede993..8a7d59be8a0d 100644
--- a/include/net/ip_vs.h
+++ b/include/net/ip_vs.h
@@ -328,34 +328,6 @@ extern int ip_vs_get_debug_level(void);
328#define FTPDATA __constant_htons(20) 328#define FTPDATA __constant_htons(20)
329 329
330/* 330/*
331 * IPVS sysctl variables under the /proc/sys/net/ipv4/vs/
332 */
333#define NET_IPV4_VS 21
334
335enum {
336 NET_IPV4_VS_DEBUG_LEVEL=1,
337 NET_IPV4_VS_AMEMTHRESH=2,
338 NET_IPV4_VS_AMDROPRATE=3,
339 NET_IPV4_VS_TO_ES=7,
340 NET_IPV4_VS_TO_SS=8,
341 NET_IPV4_VS_TO_SR=9,
342 NET_IPV4_VS_TO_FW=10,
343 NET_IPV4_VS_TO_TW=11,
344 NET_IPV4_VS_TO_CL=12,
345 NET_IPV4_VS_TO_CW=13,
346 NET_IPV4_VS_TO_LA=14,
347 NET_IPV4_VS_TO_LI=15,
348 NET_IPV4_VS_TO_SA=16,
349 NET_IPV4_VS_TO_UDP=17,
350 NET_IPV4_VS_TO_ICMP=18,
351 NET_IPV4_VS_CACHE_BYPASS=22,
352 NET_IPV4_VS_EXPIRE_NODEST_CONN=23,
353 NET_IPV4_VS_NAT_ICMP_SEND=25,
354 NET_IPV4_VS_EXPIRE_QUIESCENT_TEMPLATE=26,
355 NET_IPV4_VS_LAST
356};
357
358/*
359 * TCP State Values 331 * TCP State Values
360 */ 332 */
361enum { 333enum {