aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns
diff options
context:
space:
mode:
authorHans Schillstrom <hans.schillstrom@ericsson.com>2011-01-03 08:44:45 -0500
committerSimon Horman <horms@verge.net.au>2011-01-12 20:30:27 -0500
commitb6e885ddb903e681b7cbb4e68ad775154660e1f4 (patch)
treed638b728989f152806d26702b7a5cba4cadb495f /include/net/netns
parentd0a1eef9c38218af20c809b2220a960b7ed81a36 (diff)
IPVS: netns awarness to lblc sheduler
var sysctl_ip_vs_lblc_expiration moved to ipvs struct as sysctl_lblc_expiration procfs updated to handle this. Signed-off-by: Hans Schillstrom <hans.schillstrom@ericsson.com> Acked-by: Julian Anastasov <ja@ssi.bg> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'include/net/netns')
-rw-r--r--include/net/netns/ip_vs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/netns/ip_vs.h b/include/net/netns/ip_vs.h
index 51a92ee1b167..d14581cc4fe0 100644
--- a/include/net/netns/ip_vs.h
+++ b/include/net/netns/ip_vs.h
@@ -29,6 +29,10 @@ struct netns_ipvs {
29 29
30 struct list_head rs_table[IP_VS_RTAB_SIZE]; 30 struct list_head rs_table[IP_VS_RTAB_SIZE];
31 31
32 /* ip_vs_lblc */
33 int sysctl_lblc_expiration;
34 struct ctl_table_header *lblc_ctl_header;
35 struct ctl_table *lblc_ctl_table;
32 /* ip_vs_lblcr */ 36 /* ip_vs_lblcr */
33 int sysctl_lblcr_expiration; 37 int sysctl_lblcr_expiration;
34 struct ctl_table_header *lblcr_ctl_header; 38 struct ctl_table_header *lblcr_ctl_header;