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
- Lines: 18
- Date:
Tue Jan 14 08:16:49 1997
- Orig file:
v2.1.20/linux/net/ipv6/icmp.c
- Orig date:
Thu Dec 12 19:37:30 1996
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