Re: [PATCH 1/6] Netfilter: Merge ipt_LOG and ip6_LOG into xt_LOG
From: Jan Engelhardt <hidden>
Date: 2012-02-01 01:24:15
Also in:
lkml, netfilter-devel
From: Jan Engelhardt <hidden>
Date: 2012-02-01 01:24:15
Also in:
lkml, netfilter-devel
On Monday 2012-01-30 10:01, richard -rw- weinberger wrote:
On Sun, Jan 22, 2012 at 10:56 PM, Richard Weinberger [off-list ref] wrote:quoted
ipt_LOG and ip6_LOG have a lot of common code, merge them to reduce duplicate code. Signed-off-by: Richard Weinberger <richard@nod.at>No comments?
Adding Pablo to Cc. Do you have the patchset as a retrievable git tree, btw?
[PATCH 6/6] iptables: xt_LOG: Add ring buffer support in libxt_LOG.c: +.size = XT_ALIGN(sizeof(struct xt_log_info_v1) + sizeof(void *)),
Why the extra void*?