Netdev List
 help / color / mirror / Atom feed
* Re: [PATCH net-next]] icmp: fix icmp_unreach() comment.
  2013-06-03 10:23 [PATCH net-next]] icmp: fix icmp_unreach() comment Rami Rosen
@ 2013-06-03  7:27 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2013-06-03  7:27 UTC (permalink / raw)
  To: ramirose; +Cc: netdev

From: Rami Rosen <ramirose@gmail.com>
Date: Mon,  3 Jun 2013 13:23:25 +0300

> 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>

Good catch, applied, thanks Rami!

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH net-next]] icmp: fix icmp_unreach() comment.
@ 2013-06-03 10:23 Rami Rosen
  2013-06-03  7:27 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2013-06-03 10:23 UTC (permalink / raw)
  To: davem; +Cc: netdev, Rami Rosen

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>
---
 net/ipv4/icmp.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c
index 5d0d379..d0c6e70 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)
-- 
1.8.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-03  7:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-03 10:23 [PATCH net-next]] icmp: fix icmp_unreach() comment Rami Rosen
2013-06-03  7:27 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox