Re: [PATCH] [IPv4] Add strict check for replying net unreachable message

2007-12-06 Thread David Miller
From: Mitsuru Chinen <[EMAIL PROTECTED]> Date: Fri, 7 Dec 2007 13:24:18 +0900 > The patch `Reply net unreachable ICMP message' had a bug. > A route whose type is blockhole or prohibit type is treated as > unreachable type. The case where err is set to ENETUNREACH should > be that no route is found

[PATCH] [IPv4] Add strict check for replying net unreachable message

2007-12-06 Thread Mitsuru Chinen
The patch `Reply net unreachable ICMP message' had a bug. A route whose type is blockhole or prohibit type is treated as unreachable type. The case where err is set to ENETUNREACH should be that no route is found in the routing table only. Signed-off-by: Mitsuru Chinen <[EMAIL PROTECTED]> --- net