From: Rami Rosen Date: Mon, 3 Jun 2013 00:23:25 +0000 (+0000) Subject: ] icmp: fix icmp_unreach() comment. X-Git-Tag: v3.11-rc1~16^2~213 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=08578d8d4eb76b7afe314fa03abe167761462fe4;p=platform%2Fkernel%2Flinux-stable.git ] icmp: fix icmp_unreach() comment. ICMP_PARAMETERPROB is handled by icmp_unreach(); This patch adds ICMP_PARAMETERPROB to the list of ICMP message types handled by icmp_unreach(). Signed-off-by: Rami Rosen Signed-off-by: David S. Miller --- diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c index 5d0d379..2864ca3 100644 --- a/net/ipv4/icmp.c +++ b/net/ipv4/icmp.c @@ -658,7 +658,8 @@ static void icmp_socket_deliver(struct sk_buff *skb, u32 info) } /* - * Handle ICMP_DEST_UNREACH, ICMP_TIME_EXCEED, and ICMP_QUENCH. + * Handle ICMP_DEST_UNREACH, ICMP_TIME_EXCEED, ICMP_QUENCH, and + * ICMP_PARAMETERPROB. */ static void icmp_unreach(struct sk_buff *skb)