]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/netfilter/ipvs/ip_vs_lc.c
IPVS: Remove supports_ipv6 scheduler flag
[net-next-2.6.git] / net / netfilter / ipvs / ip_vs_lc.c
index b69f808ac461215f0f07be0556e355e4b5e27707..51912cab777bb5349012709639c1efa1ff774005 100644 (file)
@@ -81,9 +81,6 @@ static struct ip_vs_scheduler ip_vs_lc_scheduler = {
        .refcnt =               ATOMIC_INIT(0),
        .module =               THIS_MODULE,
        .n_list =               LIST_HEAD_INIT(ip_vs_lc_scheduler.n_list),
-#ifdef CONFIG_IP_VS_IPV6
-       .supports_ipv6 =        1,
-#endif
        .schedule =             ip_vs_lc_schedule,
 };