diff options
author | Hans Schillstrom <hans.schillstrom@ericsson.com> | 2011-01-03 08:44:44 -0500 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2011-01-12 20:30:27 -0500 |
commit | d0a1eef9c38218af20c809b2220a960b7ed81a36 (patch) | |
tree | a2ba65169f823bfc06fa2ca4ae0bf4da3c6ffbf0 /include/net/netns | |
parent | fc723250c9cb046cc19833a2b1c4309bbf59ac36 (diff) |
IPVS: netns awarness to lblcr sheduler
var sysctl_ip_vs_lblcr_expiration moved to ipvs struct as
sysctl_lblcr_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.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/netns/ip_vs.h b/include/net/netns/ip_vs.h index 5b87d22a39fb..51a92ee1b167 100644 --- a/include/net/netns/ip_vs.h +++ b/include/net/netns/ip_vs.h | |||
@@ -28,6 +28,11 @@ struct netns_ipvs { | |||
28 | #define IP_VS_RTAB_MASK (IP_VS_RTAB_SIZE - 1) | 28 | #define IP_VS_RTAB_MASK (IP_VS_RTAB_SIZE - 1) |
29 | 29 | ||
30 | struct list_head rs_table[IP_VS_RTAB_SIZE]; | 30 | struct list_head rs_table[IP_VS_RTAB_SIZE]; |
31 | |||
32 | /* ip_vs_lblcr */ | ||
33 | int sysctl_lblcr_expiration; | ||
34 | struct ctl_table_header *lblcr_ctl_header; | ||
35 | struct ctl_table *lblcr_ctl_table; | ||
31 | }; | 36 | }; |
32 | 37 | ||
33 | #endif /* IP_VS_H_ */ | 38 | #endif /* IP_VS_H_ */ |