From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH] fix undefined symbols Date: Thu, 12 Jan 2006 06:58:46 +0100 Message-ID: <43C5F016.4070505@trash.net> References: <43C525FE.8080607@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Netfilter Development Mailinglist Return-path: To: Carl-Daniel Hailfinger In-Reply-To: <43C525FE.8080607@gmx.net> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Carl-Daniel Hailfinger wrote: > with 2.5.15-git7 I get the following warning: > > *** Warning: "compare_ether_addr" [net/ipv6/netfilter/ip6t_mac.ko] undefined! > *** Warning: "compare_ether_addr" [net/bridge/netfilter/ebt_stp.ko] undefined! > > The following patch fixes it. Dave Miller already got patches for this queued.