The problem here is that ip6_fw.c is dependent upon INET6 instead of
IPv6FIREWALL. I sent mail to shin a little while ago about the
problem. If you want to compile a kernel in the interim, change the
line for ip6_fw.c in sys/conf/files to
netinet6/ip6_fw.c optional ipv6firewall
I believe this is the correct fix in any case.
Jim Bloom
[EMAIL PROTECTED]
Kris Kennaway wrote:
>
> I get this whenever I try and build a kernel (with or without IPFIREWALL):
>
> linking kernel.debug
> ip6_fw.o: In function `ip6_fw_init':
> /sys/compile/MORDEN/../../netinet6/ip6_fw.c(.text+0x18a4): undefined reference to
>`ip6_fw_chk_ptr'
> /sys/compile/MORDEN/../../netinet6/ip6_fw.c(.text+0x18ae): undefined reference to
>`ip6_fw_ctl_ptr'
> *** Error code 1
> 1 error
>
> I've just verified my sources are up-to-date from cvsup3. Kernel config:
>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message