From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eicke Friedrich Subject: conntrack and connmark Date: Wed, 07 May 2003 11:14:21 +0200 Sender: netfilter-devel-admin@lists.netfilter.org Message-ID: <3EB8CE6D.1030809@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Return-path: To: netfilter-devel@lists.netfilter.org Errors-To: netfilter-devel-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: netfilter-devel.vger.kernel.org Hi folks, I've a very simple question about connmark. I hope you can help me here. I'm running a linux ethernet bridge with netfilter support. There are two ports in this bridge (eth0 and eth1). If I mark a packet with connmark that leaves the bridge at eth0 for example will a packet belonging to the same connection but in the other direction (so leaving th bridge ar eth1) also be marked with the same mark? Or to put in short words: will connmark just work for one direction or for both? Thanks for any comments! Eicke.