patch-2.2.18 linux/net/ipv6/ip6_input.c
Next file: linux/net/ipv6/ip6_output.c
Previous file: linux/net/ipv4/tcp_output.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sun Sep 17 17:56:18 2000
- Orig file:
v2.2.17/net/ipv6/ip6_input.c
- Orig date:
Fri Apr 21 12:47:16 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/net/ipv6/ip6_input.c linux/net/ipv6/ip6_input.c
@@ -6,7 +6,7 @@
* Pedro Roque <roque@di.fc.ul.pt>
* Ian P. Morris <I.P.Morris@soton.ac.uk>
*
- * $Id: ip6_input.c,v 1.11.2.1 1999/08/14 04:02:43 davem Exp $
+ * $Id: ip6_input.c,v 1.11.2.2 2000/09/13 01:27:53 davem Exp $
*
* Based in linux/net/ipv4/ip_input.c
*
@@ -99,7 +99,7 @@
struct raw6_opt *opt;
opt = &sk->tp_pinfo.tp_raw;
- icmph = (struct icmp6hdr *) (skb->nh.ipv6h + 1);
+ icmph = (struct icmp6hdr *) skb->h.raw;
return test_bit(icmph->icmp6_type, &opt->filter);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)