From 5aaf26308455714e065d3b72df8037a83cf33c65 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Tue, 1 Feb 2005 03:26:15 +0000 Subject: [PATCH] - remove deprecated code; no longer using nfmark to set xid --- net/ipv4/netfilter/ipt_MARK.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/ipv4/netfilter/ipt_MARK.c b/net/ipv4/netfilter/ipt_MARK.c index 0931c145b..06bcb8d55 100644 --- a/net/ipv4/netfilter/ipt_MARK.c +++ b/net/ipv4/netfilter/ipt_MARK.c @@ -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; } -- 2.47.0