patch-2.1.102 linux/net/core/skbuff.c

Next file: linux/net/ipv4/Config.in
Previous file: linux/net/core/scm.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.101/linux/net/core/skbuff.c linux/net/core/skbuff.c
@@ -179,6 +179,9 @@
 	skb->ip_summed = 0;
 	skb->security = 0;	/* By default packets are insecure */
 	skb->dst = NULL;
+#ifdef CONFIG_IP_FIREWALL_CHAINS
+        skb->fwmark = 0;
+#endif
 	memset(skb->cb, 0, sizeof(skb->cb));
 	skb->priority = 0;
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov