ipv4: distinguish EHOSTUNREACH from the ENETUNREACH
authorDuan Jiong <duanj.fnst@cn.fujitsu.com>
Fri, 14 Feb 2014 10:26:22 +0000 (18:26 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Feb 2014 04:45:31 +0000 (23:45 -0500)
commitcd0f0b95fd2cd2b716caf5f15db73ab76992789b
tree1f9194b60c4f24a4897103c3ffec6c99d320d9be
parent891de74d693bb4fefe2efcc6432a4a9a9bee561e
ipv4: distinguish EHOSTUNREACH from the ENETUNREACH

since commit 251da413("ipv4: Cache ip_error() routes even when not forwarding."),
the counter IPSTATS_MIB_INADDRERRORS can't work correctly, because the value of
err was always set to ENETUNREACH.

Signed-off-by: Duan Jiong <duanj.fnst@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/route.c