From owner-freebsd-arch@FreeBSD.ORG Thu Oct 6 08:44:39 2005 Return-Path: X-Original-To: freebsd-arch@freebsd.org Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 442D316A41F for ; Thu, 6 Oct 2005 08:44:39 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id A422243D49 for ; Thu, 6 Oct 2005 08:44:35 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.3/8.13.3) with ESMTP id j968hrfW068479; Thu, 6 Oct 2005 12:43:53 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.3/8.13.3/Submit) id j968hqmA068478; Thu, 6 Oct 2005 12:43:52 +0400 (MSD) (envelope-from yar) Date: Thu, 6 Oct 2005 12:43:52 +0400 From: Yar Tikhiy To: Max Laier Message-ID: <20051006084352.GA66584@comp.chem.msu.su> References: <200509241525.16173.max@love2party.net> <1128498005.2404.14.camel@localhost> <200510051216.58096.max@love2party.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200510051216.58096.max@love2party.net> User-Agent: Mutt/1.5.9i Cc: vova@fbsd.ru, freebsd-arch@freebsd.org Subject: Re: Bridges X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2005 08:44:39 -0000 On Wed, Oct 05, 2005 at 12:16:45PM +0200, Max Laier wrote: > On Wednesday 05 October 2005 09:40, Vladimir Grebenschikov wrote: > > > > There is minor build issue, if_bridge.ko kan't be loaded if kernel built > > without IPv6 support: > > > > # kldload /boot/kernel/if_bridge.ko > > kldload: can't load /boot/kernel/if_bridge.ko: No such file or directory > > # dmesg | tail -n 1 > > link_elf: symbol ip6stat undefined > > # > > Define NO_INET6 in make.conf and rebuild the module. In fact, this behavior is an ill side-effect from MODULES_WITH_WORLD stuff. ru@ and yours truly are working on fixing this side-effect (and then removing the evil stuff ;-) When our fix is in the tree, all modules will be able to pick up kernel options from the current set of kernel's opt_*.h files instead of rolling their own versions. This possibility has been there for a while, but modules' Makefiles just ignored it. Of course, one'll need to build modules along with the kernel, not separately. -- Yar