Bridges

Yar Tikhiy yar at comp.chem.msu.su
Thu Oct 6 01:44:39 PDT 2005


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


More information about the freebsd-arch mailing list