From mboxrd@z Thu Jan 1 00:00:00 1970 From: agashi shipora Subject: Re: uisng L7 filter in ebtables commands Date: Thu, 1 Apr 2010 15:18:52 +0530 Message-ID: References: <4BB4427A.3020706@pandora.be> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: Bart De Schuymer , netfilter-devel@vger.kernel.org, netfilter@vger.kernel.org To: Jan Engelhardt Return-path: In-Reply-To: Sender: netfilter-owner@vger.kernel.org List-Id: netfilter-devel.vger.kernel.org Hi , The customizations in the linux kernel are provided as binary modules(libraries) hence making CONFIG_BRIDGE_NETFILTER work is been ruled out. Thats why I am looking for L7 filter support directly by ebtables. Thanks GP On Thu, Apr 1, 2010 at 1:30 PM, Jan Engelhardt wrote: > > On Thursday 2010-04-01 09:50, agashi shipora wrote: >> >>Whereas in the linux kernel source I am working with (which is also >>2.6.30 but customized) CONFIG_BRIDGE_NETFILTER option , though present >>in the "make menuconfig" for selection is not compatible with the >>customizations , hence results in crash. > > So the crash is a result of your own modification, so as far as I > can see, you should fix that, given it's working in a standard kernel. >