All of lore.kernel.org
 help / color / mirror / Atom feed
* bug in icmp tracking?
@ 2004-03-09 19:44 Pablo Neira
  2004-03-09 20:35 ` Patrick McHardy
  2004-03-09 20:47 ` Martin Josefsson
  0 siblings, 2 replies; 4+ messages in thread
From: Pablo Neira @ 2004-03-09 19:44 UTC (permalink / raw)
  To: netfilter-devel

Hi list,

I sent some ICMP echo's request and I received the echo's reply with no 
problems but the conntrack doesn't track them.

This is because the value returned by icmp_error_track called from 
ip_conntrack_in.

snipped from icmp_error_track(...):

514         if (inside.icmp.type != ICMP_DEST_UNREACH
515             && inside.icmp.type != ICMP_SOURCE_QUENCH
516             && inside.icmp.type != ICMP_TIME_EXCEEDED
517             && inside.icmp.type != ICMP_PARAMETERPROB
518             && inside.icmp.type != ICMP_REDIRECT)
519                 return NULL;

I also had a look at the docs and I didn't find anything like "icmp are 
not tracked because of something...".

So, is this a bug or a feature?

regards,
Pablo

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

end of thread, other threads:[~2004-03-09 21:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-09 19:44 bug in icmp tracking? Pablo Neira
2004-03-09 20:35 ` Patrick McHardy
2004-03-09 20:47 ` Martin Josefsson
2004-03-09 21:02   ` Pablo Neira

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.