From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH 3/4] netfilter: ctnetlink: allow to specify the expectation flags Date: Wed, 22 Sep 2010 08:37:26 +0200 Message-ID: <4C99A426.4070004@trash.net> References: <20100921092843.3279.6914.stgit@decadence> <20100921093508.3279.65795.stgit@decadence> <4C98CCD4.2050801@trash.net> <4C9933E6.2000500@netfilter.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: netfilter-devel@vger.kernel.org To: Pablo Neira Ayuso Return-path: Received: from stinky.trash.net ([213.144.137.162]:53292 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751541Ab0IVGh1 (ORCPT ); Wed, 22 Sep 2010 02:37:27 -0400 In-Reply-To: <4C9933E6.2000500@netfilter.org> Sender: netfilter-devel-owner@vger.kernel.org List-ID: Am 22.09.2010 00:38, schrieb Pablo Neira Ayuso: > On 21/09/10 17:18, Patrick McHardy wrote: >> Am 21.09.2010 11:35, schrieb Pablo Neira Ayuso: >>> With this patch, you can specify the expectation flags for user-space >>> created expectations. >> >> We don't seem to be dumping the flags to userspace. I think this >> should be added for consistency. > > I have included this in a new version of the patch, find it attached. Applied, thanks.