All of lore.kernel.org
 help / color / mirror / Atom feed
* can expectations be marked persistent, so they can match repeatedly until they timeout?
@ 2011-03-24 17:43 Sam Roberts
  2011-03-28 11:27 ` Patrick McHardy
  0 siblings, 1 reply; 3+ messages in thread
From: Sam Roberts @ 2011-03-24 17:43 UTC (permalink / raw)
  To: Netfilter Developer Mailing List

I'm writing a userspace conntrack, using nfqueue and conntrack.

Creating expectations works fine, metfilter matches and allows the
expected connection.

However, unlike ftp, the negotiated ephemeral port is used by multiple
simultaneous tcp connections for some period. I'd like the expectation
to be kept in place until it times out, even when its matched.

I can create this effect by watching for the conntrack event
indicating the expectation was destroyed, and recreating it, but I'd
like to know if there is a better way.

Cheers,
Sam

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

end of thread, other threads:[~2011-03-29 18:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-24 17:43 can expectations be marked persistent, so they can match repeatedly until they timeout? Sam Roberts
2011-03-28 11:27 ` Patrick McHardy
2011-03-29 18:54   ` Sam Roberts

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.