All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] nfacct: add filter in to the list operation
@ 2014-09-11 15:50 Alexey Perevalov
  2014-09-11 15:50 ` [PATCH v3 1/2] nfacct: check cmd line argument for singleness Alexey Perevalov
  2014-09-11 15:50 ` [PATCH v3 2/2] nfacct: add filter in to the list operation Alexey Perevalov
  0 siblings, 2 replies; 6+ messages in thread
From: Alexey Perevalov @ 2014-09-11 15:50 UTC (permalink / raw)
  To: pablo
  Cc: Alexey Perevalov, alexey.perevalov, netfilter-devel,
	kyungmin.park, hs81.go

Hello Pablo,

It's third version of patch for filtering, but also with fix for argument
singleness.

Changes since v2.
	selection enum/variable was removed according to comment

I thought about singleness of one category's options. It's possibe to do without
refactoring, but code looks like overloaded by lines, so I would prefer to use some
general approach. Where we could use some special parser, but I feel you have one
in nft. So this serie includes straightforward approach.

Alexey Perevalov (2):
  nfacct: check cmd line argument for singleness
  nfacct: add filter in to the list operation

 include/linux/netfilter/nfnetlink_acct.h |    8 ++++
 src/nfacct.c                             |   60 +++++++++++++++++++++++++++++-
 2 files changed, 67 insertions(+), 1 deletion(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2014-09-12  8:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-11 15:50 [PATCH v3 0/2] nfacct: add filter in to the list operation Alexey Perevalov
2014-09-11 15:50 ` [PATCH v3 1/2] nfacct: check cmd line argument for singleness Alexey Perevalov
2014-09-11 16:55   ` Pablo Neira Ayuso
2014-09-12  8:24     ` Alexey Perevalov
2014-09-12  8:36       ` Pablo Neira Ayuso
2014-09-11 15:50 ` [PATCH v3 2/2] nfacct: add filter in to the list operation Alexey Perevalov

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.