From owner-freebsd-net@FreeBSD.ORG Wed Feb 1 08:57:00 2006 Return-Path: X-Original-To: net@freebsd.org Delivered-To: freebsd-net@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ACF816A422 for ; Wed, 1 Feb 2006 08:57:00 +0000 (GMT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0292443D45 for ; Wed, 1 Feb 2006 08:56:59 +0000 (GMT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.11/8.12.11) with ESMTP id k118uwnk070074; Wed, 1 Feb 2006 00:56:58 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.11/8.12.3/Submit) id k118uwjq070073; Wed, 1 Feb 2006 00:56:58 -0800 (PST) (envelope-from rizzo) Date: Wed, 1 Feb 2006 00:56:58 -0800 From: Luigi Rizzo To: net@freebsd.org Message-ID: <20060201005658.A70005@xorpc.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Cc: Subject: if_bridge.ko requires INET6... X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2006 08:57:00 -0000 just noticed that if_bridge.ko fails to load if your kernel is not compiled with INET6 - the failure is actually only on symbols related to stats gathering in bridge_ip6_checkbasic() I wonder if it might be worthwhile just ignoring those stats when compiling if_bridge as a module, so it can be loaded on ipv4 only kernels ? cheers luigi