patch-2.1.48 linux/net/ipv4/ipip.c
Next file: linux/net/ipv4/proc.c
Previous file: linux/net/ipv4/ip_fragment.c
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Sun Aug  3 14:04:43 1997
-  Orig file: 
v2.1.47/linux/net/ipv4/ipip.c
-  Orig date: 
Thu Mar 27 14:40:15 1997
diff -u --recursive --new-file v2.1.47/linux/net/ipv4/ipip.c linux/net/ipv4/ipip.c
@@ -65,7 +65,8 @@
 	/*
 	 *	Discard the original IP header
 	 */
-	 
+
+	skb->mac.raw = skb->data;	 
 	skb_pull(skb, skb->h.raw - skb->nh.raw);
 	
 	/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov