Note that IPFW now requires PFIL_HOOKS in the kernel configuration.

This commit is contained in:
Ceri Davies 2004-08-19 18:59:06 +00:00
parent 902015d260
commit 9dcbb67be0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22014

View file

@ -2890,7 +2890,7 @@ jdoe@example.org</screen>
any</literal> and avoid the possibility of a lockout.</para>
</warning>
<para>There are currently four kernel configuration options relevant to
<para>There are currently five kernel configuration options relevant to
IPFW:</para>
<variablelist>
@ -2949,6 +2949,17 @@ jdoe@example.org</screen>
the way it works.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><literal>options PFIL_HOOKS</literal></term>
<listitem>
<para>Versions of &os; from 5.3-RELEASE and upwards require
this option to add callout hooks for packet filters; on
these versions of &os;, IPFW will not work without this
option.</para>
</listitem>
</varlistentry>
</variablelist>
<note><para>Previous versions of FreeBSD contained an