From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Subject: Re: [RFC] alternative to conntrack ID Date: Mon, 11 Jul 2005 11:50:02 +0200 Message-ID: <42D240CA.2030604@eurodev.net> References: <42A83B96.4050302@eurodev.net> <42A83D72.1000106@eurodev.net> <42A9698F.30909@eurodev.net> <42B6E918.5080603@ufomechanic.net> <42B6EADF.9040002@trash.net> <42B92AE2.3070004@ufomechanic.net> <42B99E88.8090604@trash.net> <20050711054107.GB14851@sunbeam.de.gnumonks.org> <42D2240C.7000508@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Harald Welte , Netfilter Development Mailinglist , Amin Azez , Jozsef Kadlecsik Return-path: To: Patrick McHardy In-Reply-To: <42D2240C.7000508@trash.net> 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 Hi! Patrick McHardy wrote: > Harald Welte wrote: > >>I'm still not convinced that the ID is a good idea (or that it is needed >>in most cases). > > Pablo decided to keep the 64bit ID, mainly there is no better > alternative for dumping. Yes, we don't know any reliable way to know from which point the dumping stopped once the skbuff gets full. > he is currently reworking the ctnetlink message format to use > nested attributes instead of kernel structures. Indeed. The new message format has required tons of changes but it's the way to go. > Unicast communication > also needs to be fixed, right now everything is only broadcasted and > userspace needs to filter. It should behave like all other netlink > families. That's all I know of that needs to be done, Pablo probably > has more. I expect to send the patches tomorrow, so we could discuss on the code. -- Pablo