Update/remove references to the PFIL_HOOKS option.
This commit is contained in:
parent
9908d80f91
commit
d6f1fe5905
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22440
2 changed files with 2 additions and 17 deletions
en_US.ISO8859-1/books/handbook
|
@ -1765,7 +1765,7 @@ rfcomm_sppd[94692]: Starting on /dev/ttyp6...</screen>
|
|||
<title>Firewall Support</title>
|
||||
<indexterm><primary>firewall</primary></indexterm>
|
||||
<para>If you are planning to use the bridge as a firewall, you
|
||||
will need to add the <literal>IPFIREWALL</literal> and <literal>PFIL_HOOKS</literal> options as
|
||||
will need to add the <literal>IPFIREWALL</literal> option as
|
||||
well. Read <xref linkend="firewalls"> for general
|
||||
information on configuring the bridge as a firewall.</para>
|
||||
|
||||
|
@ -2984,13 +2984,7 @@ ISDN BRI line</literallayout>
|
|||
<para>The following options must be in the kernel configuration
|
||||
file:</para>
|
||||
<programlisting>options IPFIREWALL
|
||||
options IPDIVERT
|
||||
options PFIL_HOOKS</programlisting>
|
||||
|
||||
<note>
|
||||
<para>Versions of &os; prior to 5.3-RELEASE do not require
|
||||
the <literal>options PFIL_HOOKS</literal> line.</para>
|
||||
</note>
|
||||
options IPDIVERT</programlisting>
|
||||
|
||||
<para>Additionally, at choice, the following may also be suitable:</para>
|
||||
<programlisting>options IPFIREWALL_DEFAULT_TO_ACCEPT
|
||||
|
|
|
@ -891,15 +891,6 @@ options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
|
|||
<para>This helps debugging by printing easier register definitions for
|
||||
reading.</para>
|
||||
|
||||
<programlisting>options PFIL_HOOKS # pfil(9) framework</programlisting>
|
||||
|
||||
<para>The &man.pfil.9 framework is required by the IPFILTER and IPFIREWALL
|
||||
options. Keep this if you plan to build a firewall.</para>
|
||||
|
||||
<note><para>In &os; 6.X-CURRENT, the &man.pfil.9; framework is always
|
||||
enabled and the <literal>PFIL_HOOKS</literal> option no longer
|
||||
exists.</para></note>
|
||||
|
||||
<programlisting>options ADAPTIVE_GIANT # Giant mutex is adaptive.</programlisting>
|
||||
|
||||
<para>This option causes Giant to be included in the set of mutexes
|
||||
|
|
Loading…
Reference in a new issue