From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH 2/3]: xtables: error if ip_conntrack is asked to handle IPv6 packets Date: Mon, 11 Dec 2006 18:41:32 +0100 Message-ID: <457D984C.60606@trash.net> References: <200612081053.kB8ArGMM014433@toshiba.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org Return-path: To: Yasuyuki KOZAKAI In-Reply-To: <200612081053.kB8ArGMM014433@toshiba.co.jp> 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 Yasuyuki KOZAKAI wrote: > To do that, this makes nf_ct_l3proto_try_module_{get,put} compatible > functions. As a result we can remove '#ifdef' surrounds and direct call of > need_conntrack(). Also applied, thanks.