From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH 2/5] pgsql schema: add nfacct table Date: Fri, 3 Aug 2012 11:29:08 +0200 Message-ID: <20120803092908.GB12107@1984> References: <1343856436-11129-1-git-send-email-eric@regit.org> <1343856436-11129-3-git-send-email-eric@regit.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Eric Leblond Return-path: Received: from mail.us.es ([193.147.175.20]:55348 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752603Ab2HCJ3L (ORCPT ); Fri, 3 Aug 2012 05:29:11 -0400 Content-Disposition: inline In-Reply-To: <1343856436-11129-3-git-send-email-eric@regit.org> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Wed, Aug 01, 2012 at 11:27:13PM +0200, Eric Leblond wrote: > This patch adds a nfacct table to the postgresql schema. It enables > the storage of all counters at each poll. Applied, thanks.