From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH 3/7] connection tracking helper name persistent aliases Date: Wed, 30 Jul 2008 15:26:26 +0200 Message-ID: <48906C02.8010306@trash.net> References: <48904A80.4040006@netfilter.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Netfilter Development Mailinglist To: Pablo Neira Ayuso Return-path: Received: from stinky.trash.net ([213.144.137.162]:48155 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751051AbYG3N01 (ORCPT ); Wed, 30 Jul 2008 09:26:27 -0400 In-Reply-To: <48904A80.4040006@netfilter.org> Sender: netfilter-devel-owner@vger.kernel.org List-ID: Pablo Neira Ayuso wrote: > [PATCH] connection tracking helper name persistent aliases > > This patch adds the macro MODULE_ALIAS_NFCT_HELPER that defines a > way to provide generic and persistent aliases for the connection > tracking helpers. > > This next patch requires this patch. Applied, thanks.