ipv4: fix a bug in ping_err().
authorLi Wei <lw@cn.fujitsu.com>
Thu, 21 Feb 2013 00:09:54 +0000 (00:09 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Feb 2013 13:38:40 +0000 (05:38 -0800)
commit8044a3d3e58dc531791752ea593a76414d769479
tree855815f2ccd391944b7c1ab7e01f5613183c130d
parentf2913b11974dfc6027c25080ec5f9349da76a2fc
ipv4: fix a bug in ping_err().

[ Upstream commit b531ed61a2a2a77eeb2f7c88b49aa5ec7d9880d8 ]

We should get 'type' and 'code' from the outer ICMP header.

Signed-off-by: Li Wei <lw@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/ipv4/ping.c