patch-2.4.23 linux-2.4.23/net/ipv4/ipip.c
Next file: linux-2.4.23/net/ipv4/ipmr.c
Previous file: linux-2.4.23/net/ipv4/ipconfig.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
2003-11-28 10:26:21.000000000 -0800
- Orig file:
linux-2.4.22/net/ipv4/ipip.c
- Orig date:
2003-08-25 04:44:44.000000000 -0700
diff -urN linux-2.4.22/net/ipv4/ipip.c linux-2.4.23/net/ipv4/ipip.c
@@ -603,8 +603,6 @@
tunnel->err_count = 0;
}
- skb->h.raw = skb->nh.raw;
-
/*
* Okay, now see if we can stuff it in the buffer as-is.
*/
@@ -626,6 +624,7 @@
old_iph = skb->nh.iph;
}
+ skb->h.raw = skb->nh.raw;
skb->nh.raw = skb_push(skb, sizeof(struct iphdr));
memset(&(IPCB(skb)->opt), 0, sizeof(IPCB(skb)->opt));
dst_release(skb->dst);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)