Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Sep 2003 09:01:17 -0700
From:      Sam Leffler <sam@errno.com>
To:        Eivind Olsen <eivind@aminor.no>, current@freebsd.org
Subject:   Re: Unable to compile kernel [IPFILTER users read this]
Message-ID:  <1099426882.1064480477@melange.errno.com>
In-Reply-To: <20030925161259.69a7c248.eivind@aminor.no>
References:  <20030925161259.69a7c248.eivind@aminor.no>

next in thread | previous in thread | raw e-mail | index | archive | help
> vimes# diff GENERIC VIMES
> 25c25
> < ident         GENERIC
> ---
>> ident         VIMES
> 63,66c63,66
> < options       INVARIANTS              #Enable calls of extra sanity
> checking < options       INVARIANT_SUPPORT       #Extra sanity checks of
> internal structures, required by INVARIANTS < options       WITNESS
> #Enable checks to detect deadlocks and cycles < options
> WITNESS_SKIPSPIN        #Don't run witness on spinlocks for speed ---
>> # options      INVARIANTS              #Enable calls of extra sanity
>> # checking options      INVARIANT_SUPPORT       #Extra sanity checks of
>> # internal structures, required by INVARIANTS options      WITNESS
>> # #Enable checks to detect deadlocks and cycles options
>> # WITNESS_SKIPSPIN        #Don't run witness on spinlocks for speed
> 272a273,278
>> 
>> # These options are a subset of the IPFILTER options.
>> options       IPFILTER                #ipfilter support
>> options       IPFILTER_LOG            #ipfilter logging
>> options       IPFILTER_DEFAULT_BLOCK  #block all packets by default

I don't see PFIL_HOOKS defined.  You need it for IPFILTER.  Part of my
changes removed some cruft that automatically configured PFIL_HOOKS when
IPFILTER was configured.  Guess I need to update NOTES and add something to
UPDATING.

	Sam



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1099426882.1064480477>