Thread (17 messages) flat view 17 messages, 2 authors, 2012-03-04

Re: [PATCH 4/4] Netfilter: xt_LOG: Implement ring buffer support

From: Richard Weinberger <richard@nod.at>
Date: 2012-02-08 10:40:08
Also in: lkml, netfilter-devel

On 08.02.2012 11:29, Pablo Neira Ayuso wrote:
On Sun, Feb 05, 2012 at 01:14:52AM +0100, Richard Weinberger wrote:
quoted
This patch introduces NETFILTER_XT_TARGET_LOG_RING.
It allows logging into various ring buffers which are
represented as pipe-like files in /proc/net/netfilter/xt_LOG_ring/.

Signed-off-by: Richard Weinberger<richard@nod.at>
---
  include/linux/netfilter/xt_LOG.h    |   13 +-
  include/net/netfilter/nf_log.h      |    1 +
  include/net/netfilter/xt_log_ring.h |   24 +
  net/netfilter/Kconfig               |   13 +
  net/netfilter/Makefile              |    2 +
  net/netfilter/xt_LOG.c              |  921 -----------------------------
  net/netfilter/xt_LOG_core.c         | 1108 +++++++++++++++++++++++++++++++++++
  net/netfilter/xt_LOG_ring.c         |  430 ++++++++++++++
Can you avoid this rename and splitting LOG into two files? I prefer
having everything into the same file xt_LOG.c.
Sure, I'll merge it into one file.

I made the split to keep xt_LOG_core.c clean.
99% of xt_LOG_ring.c has nothing to do with netfilter and is just
ring_buffer and proc stuff.
Apart from that, this looks fine to me.
:-)

Thanks,
//richard
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help