From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH 06/11] Rename struct nf_conntrack_protocol Date: Fri, 03 Nov 2006 13:07:46 +0100 Message-ID: <454B3112.1060200@trash.net> References: <20061101210845.337590368@wlug.westbo.se> <20061101210913.910411244@wlug.westbo.se> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: netfilter-devel Return-path: To: Martin Josefsson In-Reply-To: <20061101210913.910411244@wlug.westbo.se> 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 Martin Josefsson wrote: > Rename 'struct nf_conntrack_protocol' to 'struct nf_conntrack_l4proto' in order > to help distinguish it from 'struct nf_conntrack_l3proto'. It gets rather > confusing with 'nf_conntrack_protocol'. Applied, thanks. Something related I wanted to do for a long time is get rid of the confusing nf_ct_foo vs. nf_conntrack_foo naming.