]> Pileus Git - ~andy/linux/blobdiff - net/netfilter/xt_conntrack.c
Merge branch 'for-linus/2639/i2c-1' of git://git.fluff.org/bjdooks/linux
[~andy/linux] / net / netfilter / xt_conntrack.c
index 4ef1b63ad73fc6d7ab7bec4675272ac18a058316..2c0086a4751e3a846d517236869d52a5ae6f548a 100644 (file)
@@ -272,6 +272,11 @@ 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",