Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08578d8d authored by Rami Rosen's avatar Rami Rosen Committed by David S. Miller
Browse files

] 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: default avatarRami Rosen <ramirose@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent bd118b6e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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)