Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[firefly-linux-kernel-4.4.55.git] / net / netfilter / xt_conntrack.c
index 481a86fdc40973bb43f62cfd2a36b0d4746f8a63..188404b9b002f1a8ef875ceb3a7aebddb13c6c8e 100644 (file)
@@ -3,6 +3,7 @@
  *     information. (Superset of Rusty's minimalistic state match.)
  *
  *     (C) 2001  Marc Boucher (marc@mbsi.ca).
+ *     (C) 2006-2012 Patrick McHardy <kaber@trash.net>
  *     Copyright © CC Computer Consultants GmbH, 2007 - 2008
  *
  *     This program is free software; you can redistribute it and/or modify
@@ -272,11 +273,6 @@ static int conntrack_mt_check(const struct xt_mtchk_param *par)
 {
        int ret;
 
-       if (strcmp(par->table, "raw") == 0) {
-               pr_info("state is undetermined at the time of raw table\n");
-               return -EINVAL;
-       }
-
        ret = nf_ct_l3proto_try_module_get(par->family);
        if (ret < 0)
                pr_info("cannot load conntrack support for proto=%u\n",