From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH,RFC] Route match Date: Thu, 03 Jul 2008 18:10:55 +0200 Message-ID: <486CFA0F.7050900@trash.net> References: <20080703003942.GA2012@linuxace.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Krzysztof Oledzki , Jozsef Kadlecsik , Phil Oester , netfilter-devel@vger.kernel.org To: Jan Engelhardt Return-path: Received: from stinky.trash.net ([213.144.137.162]:41789 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752271AbYGCQWI (ORCPT ); Thu, 3 Jul 2008 12:22:08 -0400 In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: Jan Engelhardt wrote: > On Thursday 2008-07-03 17:51, Krzysztof Oledzki wrote: > >>> You know what's been bugging me... why don't we replace the entire >>> routing infrastructure by an xtables "route" table, with something like >>> >> Because routing in a firewall is slow and too complicated? >> > > Proof? Its obvious, routing lookups are optimized for the specific case while iptables is trying to be generic.