patch-2.0.22 linux/net/ipv4/raw.c
Next file: linux/net/ipv4/tcp.c
Previous file: linux/net/ipv4/icmp.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sun Oct 6 17:42:09 1996
- Orig file:
v2.0.21/linux/net/ipv4/raw.c
- Orig date:
Sun Sep 8 19:50:22 1996
diff -u --recursive --new-file v2.0.21/linux/net/ipv4/raw.c linux/net/ipv4/raw.c
@@ -100,7 +100,7 @@
sk->error_report(sk);
}
- if(code<13)
+ if(code<=NR_ICMP_UNREACH)
{
sk->err = icmp_err_convert[code & 0xff].errno;
sk->error_report(sk);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov