Update for PFIL_HOOKS where needed.
This commit is contained in:
parent
889bdd678f
commit
aec325a0d5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22096
1 changed files with 8 additions and 2 deletions
|
@ -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> option as
|
||||
will need to add the <literal>IPFIREWALL</literal> and <literal>PFIL_HOOKS</literal> options as
|
||||
well. Read <xref linkend="firewalls"> for general
|
||||
information on configuring the bridge as a firewall.</para>
|
||||
|
||||
|
@ -2984,7 +2984,13 @@ ISDN BRI line</literallayout>
|
|||
<para>The following options must be in the kernel configuration
|
||||
file:</para>
|
||||
<programlisting>options IPFIREWALL
|
||||
options IPDIVERT</programlisting>
|
||||
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>
|
||||
|
||||
<para>Additionally, at choice, the following may also be suitable:</para>
|
||||
<programlisting>options IPFIREWALL_DEFAULT_TO_ACCEPT
|
||||
|
|
Loading…
Reference in a new issue