Date: Thu, 6 Oct 2005 12:43:52 +0400 From: Yar Tikhiy <yar@comp.chem.msu.su> To: Max Laier <max@love2party.net> Cc: vova@fbsd.ru, freebsd-arch@freebsd.org Subject: Re: Bridges Message-ID: <20051006084352.GA66584@comp.chem.msu.su> In-Reply-To: <200510051216.58096.max@love2party.net> References: <200509241525.16173.max@love2party.net> <1128498005.2404.14.camel@localhost> <200510051216.58096.max@love2party.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051006084352.GA66584>