From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [RFD] iptables: mangle table obsoletes filter table Date: Fri, 12 Oct 2007 15:48:59 +0200 Message-ID: <470F7B4B.2010609@trash.net> References: <200710120031.42805.a1426z@gawab.com> <200710121630.29151.a1426z@gawab.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: Al Boldi , Netfilter Developer Mailing List , netdev@vger.kernel.org, linux-net@vger.kernel.org, Linux Kernel Mailing List To: Jan Engelhardt Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netfilter-devel.vger.kernel.org Jan Engelhardt wrote: > On Oct 12 2007 16:30, Al Boldi wrote: >>>> >>>>With the existence of the mangle table, how useful is the filter table? >>> >>>A similar discussion was back in March 2007. >>>http://marc.info/?l=netfilter-devel&m=117394977210823&w=2 >>>http://marc.info/?l=netfilter-devel&m=117400063907706&w=2 >>> >>>in the end, my proposal was something like >>>http://jengelh.hopto.org/GFX0/nf_proposal2.svg >> >>Any chance you could publish this as something readable like text/html? > > > Like, image/png? > http://jengelh.hopto.org/GFX0/nf_proposal2.png The netlink based iptables successor I'm currently working on allows to dynamically create tables with user-specified priorities and "built-in" chains. The only built-in tables will be those that need extra processing (mangle/nat). So it should be possible to set up tables basically any way you desire.