summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h
diff options
context:
space:
mode:
authorYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-06-30 10:47:57 +0000
committerYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-06-30 10:47:57 +0000
commit7d5cc229064b0e718046b9ecaebad3426dfff15f (patch)
treebca510f92999b0ea708c4c316e248ccf86cfb036 /include/linux/netfilter_ipv4/ipt_CLUSTERIP.h
parentfde395370ead306b770a3d4685e4bc1d6972266d (diff)
Removes KERNEL_64_USERSPACE_32
The recent kernel has compat layer for iptables. It doesn't have compat layer for libipq and ip6tables, but ip6tables with KERNEL_64_USERSPACE_32 is still broken. We should fix kernel instead of fixing them if and when we want use their 32bit binary with 64bit kernel.
Diffstat (limited to 'include/linux/netfilter_ipv4/ipt_CLUSTERIP.h')
-rw-r--r--include/linux/netfilter_ipv4/ipt_CLUSTERIP.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h b/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h
index 6f76060d..a8252ea5 100644
--- a/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h
+++ b/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h
@@ -27,11 +27,7 @@ struct ipt_clusterip_tgt_info {
enum clusterip_hashmode hash_mode;
u_int32_t hash_initval;
-#ifdef KERNEL_64_USERSPACE_32
- u_int64_t config;
-#else
struct clusterip_config *config;
-#endif
};
#endif /*_IPT_CLUSTERIP_H_target*/