From 1754178435a039b0fd00883851bee88d5d149497 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 22 Jun 2005 12:38:33 -0700 Subject: [PATCH] --- yaml --- r: 2825 b: refs/heads/master c: dd7f0b80926befc8c70a873b5b0c0c7b5fd1e7b9 h: refs/heads/master i: 2823: f2fad6942620aaac69d086dffa77d9b74b909e5b v: v3 --- [refs] | 2 +- trunk/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5cf6b19fe510..0a1d5dbbed05 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5d927eb0101eb791fb2d4f72b49a2da5faf01941 +refs/heads/master: dd7f0b80926befc8c70a873b5b0c0c7b5fd1e7b9 diff --git a/trunk/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h b/trunk/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h index baa83e757156..d9bceedfb3dc 100644 --- a/trunk/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h +++ b/trunk/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h @@ -18,7 +18,6 @@ struct clusterip_config; struct ipt_clusterip_tgt_info { u_int32_t flags; - struct clusterip_config *config; /* only relevant for new ones */ u_int8_t clustermac[6]; @@ -27,6 +26,8 @@ struct ipt_clusterip_tgt_info { u_int16_t local_nodes[CLUSTERIP_MAX_NODES]; enum clusterip_hashmode hash_mode; u_int32_t hash_initval; + + struct clusterip_config *config; }; #endif /*_IPT_CLUSTERIP_H_target*/