- remove deprecated code; no longer using nfmark to set xid
authorMark Huang <mlhuang@cs.princeton.edu>
Tue, 1 Feb 2005 03:26:15 +0000 (03:26 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Tue, 1 Feb 2005 03:26:15 +0000 (03:26 +0000)
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;
 }