patch-2.1.21 linux/net/ipv6/icmp.c

Next file: linux/net/ipv6/ipv6_output.c
Previous file: linux/net/ipv6/datagram.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.20/linux/net/ipv6/icmp.c linux/net/ipv6/icmp.c
@@ -267,7 +267,7 @@
 
 
 	ipv6_build_xmit(sk, icmpv6_getfrag, &msg, &hdr->saddr, len,
-			saddr, src_dev, NULL, IPPROTO_ICMPV6, 1);
+			saddr, src_dev, NULL, IPPROTO_ICMPV6, 0, 1);
 }
 
 static void icmpv6_echo_reply(struct sk_buff *skb)
@@ -302,7 +302,7 @@
 	msg.daddr = &hdr->saddr;
        
 	ipv6_build_xmit(sk, icmpv6_getfrag, &msg, &hdr->saddr, len, saddr,
-			skb->dev, NULL, IPPROTO_ICMPV6, 1);
+			skb->dev, NULL, IPPROTO_ICMPV6, 0, 1);
 }
 
 static __inline__ int ipv6_ext_hdr(u8 nexthdr)

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