From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Graf Subject: Re: [PATCH 2/3] libnl: add netfilter conntrack support Date: Tue, 4 Sep 2007 18:45:48 +0200 Message-ID: <20070904164548.GT18480@postel.suug.ch> References: <46DB9716.1020400@snapgear.com> <46DB979A.2010501@snapgear.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Netfilter Developer Mailing List To: Philip Craig Return-path: Content-Disposition: inline In-Reply-To: <46DB979A.2010501@snapgear.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org * Philip Craig 2007-09-03 15:11 > > --- > include/linux/netfilter/nfnetlink_conntrack.h | 140 +++++ > include/netlink-types.h | 44 + > include/netlink/addr.h | 1 > include/netlink/netfilter/ct.h | 115 ++++ > include/netlink/utils.h | 4 > lib/addr.c | 28 + > lib/netfilter/ct.c | 422 ++++++++++++++++ > lib/netfilter/ct_obj.c | 667 ++++++++++++++++++++++++++ > lib/utils.c | 36 + > src/Makefile | 6 > src/f_ct.c | 153 +++++ > src/nf-ct-dump.c | 88 +++ > src/nf-monitor.c | 115 ++++ > 13 files changed, 1818 insertions(+), 1 deletion(-) Patch applied, thanks!