SOURCES (LINUX_2_6): linux-2.6-nf-IPMARK.patch - nfcache was removed.

pluto pluto at pld-linux.org
Sun Oct 30 13:45:28 CET 2005


Author: pluto                        Date: Sun Oct 30 12:45:28 2005 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
- nfcache was removed.

---- Files affected:
SOURCES:
   linux-2.6-nf-IPMARK.patch (1.1.2.2 -> 1.1.2.3) 

---- Diffs:

================================================================
Index: SOURCES/linux-2.6-nf-IPMARK.patch
diff -u SOURCES/linux-2.6-nf-IPMARK.patch:1.1.2.2 SOURCES/linux-2.6-nf-IPMARK.patch:1.1.2.3
--- SOURCES/linux-2.6-nf-IPMARK.patch:1.1.2.2	Sat Oct 29 22:14:19 2005
+++ SOURCES/linux-2.6-nf-IPMARK.patch	Sun Oct 30 13:45:23 2005
@@ -50,7 +50,7 @@
 diff -Nur --exclude '*.orig' linux-2.6.14.org/net/ipv4/netfilter/ipt_IPMARK.c linux-2.6.14/net/ipv4/netfilter/ipt_IPMARK.c
 --- linux-2.6.14.org/net/ipv4/netfilter/ipt_IPMARK.c	1970-01-01 01:00:00.000000000 +0100
 +++ linux-2.6.14/net/ipv4/netfilter/ipt_IPMARK.c	2005-10-29 21:56:01.000000000 +0200
-@@ -0,0 +1,81 @@
+@@ -0,0 +1,80 @@
 +/* This is a module which is used for setting the NFMARK field of an skb. */
 +#include <linux/module.h>
 +#include <linux/skbuff.h>
@@ -86,7 +86,6 @@
 +	
 +	if ((*pskb)->nfmark != mark) {
 +		(*pskb)->nfmark = mark;
-+		(*pskb)->nfcache |= NFC_ALTERED;
 +	}
 +	return IPT_CONTINUE;
 +}
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/linux-2.6-nf-IPMARK.patch?r1=1.1.2.2&r2=1.1.2.3&f=u




More information about the pld-cvs-commit mailing list