|
@@ -300,13 +300,8 @@ clusterip_tg(struct sk_buff *skb, const struct xt_action_param *par)
|
|
|
* that the ->target() function isn't called after ->destroy() */
|
|
|
|
|
|
ct = nf_ct_get(skb, &ctinfo);
|
|
|
- if (ct == NULL) {
|
|
|
- pr_info("no conntrack!\n");
|
|
|
- /* FIXME: need to drop invalid ones, since replies
|
|
|
- * to outgoing connections of other nodes will be
|
|
|
- * marked as INVALID */
|
|
|
+ if (ct == NULL)
|
|
|
return NF_DROP;
|
|
|
- }
|
|
|
|
|
|
/* special case: ICMP error handling. conntrack distinguishes between
|
|
|
* error messages (RELATED) and information requests (see below) */
|