aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
diff options
context:
space:
mode:
authorRami Rosen <ramirose@gmail.com>2013-06-03 00:23:25 +0000
committerDavid S. Miller <davem@davemloft.net>2013-06-03 00:27:15 -0700
commit08578d8d4eb76b7afe314fa03abe167761462fe4 (patch)
tree6b1e0c32d5b8975c6dd09a237af11eab8b8f69fa /net/ipv4
parentibm-ethernet: delete stale MCA and duplicate PSERIES dependency (diff)
downloadlinux-dev-08578d8d4eb76b7afe314fa03abe167761462fe4.tar.xz
linux-dev-08578d8d4eb76b7afe314fa03abe167761462fe4.zip
] 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 <ramirose@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4')
-rw-r--r--net/ipv4/icmp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c
index 5d0d379b0152..2864ca33bedc 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)