Merge tag 'led_fixes-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
[platform/kernel/linux-rpi.git] / net / netfilter / xt_cluster.c
index 9a9884a..57ef175 100644 (file)
@@ -121,9 +121,6 @@ xt_cluster_mt(const struct sk_buff *skb, struct xt_action_param *par)
        if (ct == NULL)
                return false;
 
-       if (nf_ct_is_untracked(ct))
-               return false;
-
        if (ct->master)
                hash = xt_cluster_hash(ct->master, info);
        else