netfilter: xt_cluster: fix use of cluster match with 32 nodes
[safe/jmp/linux-2.6] / include / linux / netfilter / xt_cluster.h
index 5e0a0d0..8866826 100644 (file)
@@ -12,4 +12,6 @@ struct xt_cluster_match_info {
        u_int32_t               flags;
 };
 
+#define XT_CLUSTER_NODES_MAX   32
+
 #endif /* _XT_CLUSTER_MATCH_H */