diff options
| author | Simon Horman <horms@verge.net.au> | 2007-11-20 00:51:13 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2007-11-20 00:51:13 -0500 |
| commit | 9055fa1f3ded5ad858a55ae18439ed55227ee7eb (patch) | |
| tree | d8ea30e4b8b53f3f6e47cb6c2823fc84d40bea60 /kernel | |
| parent | 9e103fa6bd53147e228e941256803a6b8927cdb9 (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 'kernel')
| -rw-r--r-- | kernel/sysctl_check.c | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/kernel/sysctl_check.c b/kernel/sysctl_check.c index cffb4adf13..fdfca0dd99 100644 --- a/kernel/sysctl_check.c +++ b/kernel/sysctl_check.c | |||
| @@ -237,30 +237,6 @@ static struct trans_ctl_table trans_net_ipv4_conf_table[] = { | |||
| 237 | {} | 237 | {} |
| 238 | }; | 238 | }; |
| 239 | 239 | ||
| 240 | |||
| 241 | static struct trans_ctl_table trans_net_ipv4_vs_table[] = { | ||
| 242 | { NET_IPV4_VS_AMEMTHRESH, "amemthresh" }, | ||
| 243 | { NET_IPV4_VS_DEBUG_LEVEL, "debug_level" }, | ||
| 244 | { NET_IPV4_VS_AMDROPRATE, "am_droprate" }, | ||
| 245 | { NET_IPV4_VS_TO_ES, "timeout_established" }, | ||
| 246 | { NET_IPV4_VS_TO_SS, "timeout_synsent" }, | ||
| 247 | { NET_IPV4_VS_TO_SR, "timeout_synrecv" }, | ||
| 248 | { NET_IPV4_VS_TO_FW, "timeout_finwait" }, | ||
| 249 | { NET_IPV4_VS_TO_TW, "timeout_timewait" }, | ||
| 250 | { NET_IPV4_VS_TO_CL, "timeout_close" }, | ||
| 251 | { NET_IPV4_VS_TO_CW, "timeout_closewait" }, | ||
| 252 | { NET_IPV4_VS_TO_LA, "timeout_lastack" }, | ||
| 253 | { NET_IPV4_VS_TO_LI, "timeout_listen" }, | ||
| 254 | { NET_IPV4_VS_TO_SA, "timeout_synack" }, | ||
| 255 | { NET_IPV4_VS_TO_UDP, "timeout_udp" }, | ||
| 256 | { NET_IPV4_VS_TO_ICMP, "timeout_icmp" }, | ||
| 257 | { NET_IPV4_VS_CACHE_BYPASS, "cache_bypass" }, | ||
| 258 | { NET_IPV4_VS_EXPIRE_NODEST_CONN, "expire_nodest_conn" }, | ||
| 259 | { NET_IPV4_VS_EXPIRE_QUIESCENT_TEMPLATE, "expire_quiescent_template" }, | ||
| 260 | { NET_IPV4_VS_NAT_ICMP_SEND, "nat_icmp_send" }, | ||
| 261 | {} | ||
| 262 | }; | ||
| 263 | |||
| 264 | static struct trans_ctl_table trans_net_neigh_vars_table[] = { | 240 | static struct trans_ctl_table trans_net_neigh_vars_table[] = { |
| 265 | { NET_NEIGH_MCAST_SOLICIT, "mcast_solicit" }, | 241 | { NET_NEIGH_MCAST_SOLICIT, "mcast_solicit" }, |
| 266 | { NET_NEIGH_UCAST_SOLICIT, "ucast_solicit" }, | 242 | { NET_NEIGH_UCAST_SOLICIT, "ucast_solicit" }, |
| @@ -335,7 +311,6 @@ static struct trans_ctl_table trans_net_ipv4_table[] = { | |||
| 335 | { NET_IPV4_ROUTE, "route", trans_net_ipv4_route_table }, | 311 | { NET_IPV4_ROUTE, "route", trans_net_ipv4_route_table }, |
| 336 | /* NET_IPV4_FIB_HASH unused */ | 312 | /* NET_IPV4_FIB_HASH unused */ |
| 337 | { NET_IPV4_NETFILTER, "netfilter", trans_net_ipv4_netfilter_table }, | 313 | { NET_IPV4_NETFILTER, "netfilter", trans_net_ipv4_netfilter_table }, |
| 338 | { NET_IPV4_VS, "vs", trans_net_ipv4_vs_table }, | ||
| 339 | 314 | ||
| 340 | { NET_IPV4_TCP_TIMESTAMPS, "tcp_timestamps" }, | 315 | { NET_IPV4_TCP_TIMESTAMPS, "tcp_timestamps" }, |
| 341 | { NET_IPV4_TCP_WINDOW_SCALING, "tcp_window_scaling" }, | 316 | { NET_IPV4_TCP_WINDOW_SCALING, "tcp_window_scaling" }, |
