From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anders Fugmann Subject: Re: mangle tables. Date: Tue, 10 Sep 2002 15:04:26 +0200 Sender: netfilter-admin@lists.netfilter.org Message-ID: <3D7DEDDA.2080404@fugmann.dhs.org> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: stewart.thompson@shaw.ca Cc: Antony Stone , netfilter@lists.samba.org Thanks. This makes alot of sence. To sum up, tables are traversed in the following mannor: [Packet enters the machine] | mangle-prerouting / \ [Locally gen. packet] | | | mangle-input mangle-forward mangel-output | | | filter-input filter-forward filter-output | \ / [next level of the OSI] mangle-postrouting | [packet leaves the machine] Legend: []: Event. <>: Case (if). | : Connector. (mangle tables intentionally left out) So there is no doubt that mangle-forward is traversed _before_ filter-forward. Thanks again for clarifying. Regards Anders Fugmann