Hi,
On Mon, 29 Apr 2013 15:43:51 -1000
Al Plant <
n...@hdk5.net> wrote:
> Aloha,
>
> Is there a way of turning off the witness feature on the FreeBSD
> Current 10.*
>
> I want to use a stripped down version as a test firewall with pf.
>
you must take this out of your kernel configuration:
options
WITNESS
# Enable checks to detect deadlocks and cycles options
WITNESS_SKIPSPIN # Don't run
witness on spinlocks for speed
Ok, the formatting is different in the configuration file.
Erich