OSDN Git Service

] icmp: fix icmp_unreach() comment.
authorRami Rosen <ramirose@gmail.com>
Mon, 3 Jun 2013 00:23:25 +0000 (00:23 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Jun 2013 07:27:15 +0000 (00:27 -0700)
commit08578d8d4eb76b7afe314fa03abe167761462fe4
tree6b1e0c32d5b8975c6dd09a237af11eab8b8f69fa
parentbd118b6e9509a19bfb82925152d9ae8fa398d567
] 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>
net/ipv4/icmp.c