]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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 14:59:06 +0000 (06:59 -0800)
commit785e5dce256ea5bdf4871af13f9908b74264b515
treef4ca23b59e0623fe10600a1a7b8b6d63279986ff
parent1e6b5fb5ce92028f6c87864712ed7290446a4c11
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