|
@@ -332,7 +332,7 @@ clusterip_tg(struct sk_buff *skb, const struct net_device *in,
|
|
}
|
|
}
|
|
|
|
|
|
#ifdef DEBUG
|
|
#ifdef DEBUG
|
|
- DUMP_TUPLE(&ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple);
|
|
|
|
|
|
+ NF_CT_DUMP_TUPLE(&ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple);
|
|
#endif
|
|
#endif
|
|
pr_debug("hash=%u ct_hash=%u ", hash, ct->mark);
|
|
pr_debug("hash=%u ct_hash=%u ", hash, ct->mark);
|
|
if (!clusterip_responsible(cipinfo->config, hash)) {
|
|
if (!clusterip_responsible(cipinfo->config, hash)) {
|