From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 25 Jul 2014 15:01:34 +0200 From: Pablo Neira Ayuso Message-ID: <20140725130134.GC13940@salvia> References: <1406107694.12441.8.camel@x220> <20140723093949.GA3754@salvia> <1406291131.8231.20.camel@x220> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1406291131.8231.20.camel@x220> Subject: Re: [Bridge] [PATCH] [linux-next] netfilter: kill remnants of ulog targets List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Bolle Cc: Hideaki YOSHIFUJI , netdev@vger.kernel.org, bridge@lists.linux-foundation.org, James Morris , Patrick McHardy , Stephen Hemminger , coreteam@netfilter.org, netfilter-devel@vger.kernel.org, Jozsef Kadlecsik , Alexey Kuznetsov , "David S. Miller" , linux-kernel@vger.kernel.org On Fri, Jul 25, 2014 at 02:25:31PM +0200, Paul Bolle wrote: > The ulog targets were recently killed. A few references to the Kconfig > macros CONFIG_IP_NF_TARGET_ULOG and CONFIG_BRIDGE_EBT_ULOG were left > untouched. Kill these too. Those were my fault, applied, thanks Paul.