diff options
author | Julius Volz <julius.volz@gmail.com> | 2008-11-03 17:08:56 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-03 17:08:56 -0800 |
commit | 48148938b494cd57029a43c758e9972307a31d2a (patch) | |
tree | dc0df48580b80d476b1fb1dcacc5791b2b1fcc70 /include/net/ip_vs.h | |
parent | 445483758e35e0aaff5256d1b104a346ba77aafe (diff) | |
download | linux-48148938b494cd57029a43c758e9972307a31d2a.tar.bz2 |
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.h | 3 |
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); |