patch-2.2.2 linux/net/core/skbuff.c
Next file: linux/net/core/sock.c
Previous file: linux/net/core/filter.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Sat Feb 6 12:46:21 1999
- Orig file:
v2.2.1/linux/net/core/skbuff.c
- Orig date:
Thu Sep 17 17:53:39 1998
diff -u --recursive --new-file v2.2.1/linux/net/core/skbuff.c linux/net/core/skbuff.c
@@ -304,6 +304,9 @@
n->stamp=skb->stamp;
n->destructor = NULL;
n->security=skb->security;
+#ifdef CONFIG_IP_FIREWALL
+ n->fwmark = skb->fwmark;
+#endif
return n;
}
@@ -350,6 +353,9 @@
n->stamp=skb->stamp;
n->destructor = NULL;
n->security=skb->security;
+#ifdef CONFIG_IP_FIREWALL
+ n->fwmark = skb->fwmark;
+#endif
return n;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)