aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip_vs.h
diff options
context:
space:
mode:
authorJulius Volz <julius.volz@gmail.com>2008-11-03 17:08:56 -0800
committerDavid S. Miller <davem@davemloft.net>2008-11-03 17:08:56 -0800
commit48148938b494cd57029a43c758e9972307a31d2a (patch)
treedc0df48580b80d476b1fb1dcacc5791b2b1fcc70 /include/net/ip_vs.h
parentIPVS: Add IPv6 support to LBLC/LBLCR schedulers (diff)
downloadlinux-dev-48148938b494cd57029a43c758e9972307a31d2a.tar.xz
linux-dev-48148938b494cd57029a43c758e9972307a31d2a.zip
IPVS: Remove supports_ipv6 scheduler flag
Remove the 'supports_ipv6' scheduler flag since all schedulers now support IPv6. Signed-off-by: Julius Volz <julius.volz@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip_vs.h')
-rw-r--r--include/net/ip_vs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h
index fc63353779f0..8f6abf4883e3 100644
--- a/include/net/ip_vs.h
+++ b/include/net/ip_vs.h
@@ -503,9 +503,6 @@ struct ip_vs_scheduler {
char *name; /* scheduler name */
atomic_t refcnt; /* reference counter */
struct module *module; /* THIS_MODULE/NULL */
-#ifdef CONFIG_IP_VS_IPV6
- int supports_ipv6; /* scheduler has IPv6 support */
-#endif
/* scheduler initializing service */
int (*init_service)(struct ip_vs_service *svc);