From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH 1/5] [CTNETLINK] Fix expectation mask dumping Date: Sat, 04 Mar 2006 10:26:15 +0100 Message-ID: <44095D37.1030109@trash.net> References: <44025F8A.6070302@netfilter.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Harald Welte , Netfilter Development Mailinglist , Yasuyuki Kozakai Return-path: To: Pablo Neira Ayuso In-Reply-To: <44025F8A.6070302@netfilter.org> 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 Pablo Neira Ayuso wrote: > This patch introduces the function ctnetlink_exp_dump_mask, that > correctly dumps the expectation mask. Such function uses the l3num value > from the expectation tuple that is a valid layer 3 protocol number. > > The value of the l3num mask isn't dumped since it is meaningless from > the userspace side. Its too late for 2.6.16, I've applied incarnation n+1 to my 2.6.17 tree. Thanks.