netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] conntrack: permit updating only a part of the ctmark
@ 2011-06-15 12:13 Florian Westphal
  2011-06-15 12:13 ` [PATCH 1/2] conntrack: add support for mark mask Florian Westphal
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Florian Westphal @ 2011-06-15 12:13 UTC (permalink / raw)
  To: netfilter-devel

Hello Pablo,

here are two patches for conntrack(8).

I want to alter the upper 8 bits of the conntrack mark while keeping
the rest intact.  At the moment it is only possible to specifiy
an absolute value, so i've extended --mark to optionally handle
a mask argument.  Its possible to either filter by mark (e.g.
list conntracks with a particular mark bit set) or to update
parts of the mark.

The 2nd patch is not absolutely needed, but it speeds up operation
when only a couple of conntracks are affected by the modification.

Thanks,
Florian

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

end of thread, other threads:[~2011-06-15 12:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-15 12:13 [PATCH 0/2] conntrack: permit updating only a part of the ctmark Florian Westphal
2011-06-15 12:13 ` [PATCH 1/2] conntrack: add support for mark mask Florian Westphal
2011-06-15 12:13 ` [PATCH 2/2] conntrack: -U: skip sending conntrack update message if conntrack is unchanged Florian Westphal
2011-06-15 12:47 ` [PATCH 0/2] conntrack: permit updating only a part of the ctmark Pablo Neira Ayuso
2011-06-15 12:53   ` Florian Westphal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).