From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: nf_conntrack allocation issue Date: Fri, 01 Dec 2006 18:43:16 +0100 Message-ID: <457069B4.9040807@trash.net> References: <456EFC8F.2000507@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: Netfilter Development Mailinglist , Yasuyuki Kozakai Return-path: To: Jozsef Kadlecsik In-Reply-To: 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 Jozsef Kadlecsik wrote: >>Last thing is the helper renaming, any objections to prefix >>all helpers with nf_conntrack_helper_? > > > Fine, that'll make the code more clear. Actually I only wanted to rename the files because I kept getting annoyed by tab completion on the pptp and H.323 helpers requiring 5 interactions. Prefixing everything with nf_conntrack_helper_ turned out quite ugly (way too long), so I now did the opposite and renamed PPTP and H.323 to be more consistent with the other helpers.