This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / net / ipv4 / netfilter / ipt_MARK.c
index 0931c14..06bcb8d 100644 (file)
@@ -50,12 +50,10 @@ checkentry(const char *tablename,
                return 0;
        }
 
-#if 0
        if (strcmp(tablename, "mangle") != 0) {
                printk(KERN_WARNING "MARK: can only be called from \"mangle\" table, not \"%s\"\n", tablename);
                return 0;
        }
-#endif
 
        return 1;
 }