patch-2.4.22 linux-2.4.22/net/ipv6/sit.c

Next file: linux-2.4.22/net/ipv6/tcp_ipv6.c
Previous file: linux-2.4.22/net/ipv6/route.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/net/ipv6/sit.c linux-2.4.22/net/ipv6/sit.c
@@ -572,6 +572,7 @@
 			skb_set_owner_w(new_skb, skb->sk);
 		dev_kfree_skb(skb);
 		skb = new_skb;
+		iph6 = skb->nh.ipv6h;
 	}
 
 	skb->nh.raw = skb_push(skb, sizeof(struct iphdr));

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)