Add notes about required kernel options for PF as a module and explain how
to build an IPv6-less setup. Approved by: simon Inspired by PR: kern/70401
This commit is contained in:
parent
eda53ab24f
commit
9e9bc62ee3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24109
1 changed files with 8 additions and 0 deletions
|
@ -299,6 +299,14 @@
|
|||
rc.conf statement <literal>pf_enable="YES"</literal> is used.
|
||||
The loadable module was created with &man.pflog.4; logging
|
||||
enabled.</para>
|
||||
|
||||
<note>
|
||||
<para>The module assumes the presence of <literal>options
|
||||
INET</literal> and <literal>device bpf</literal>. Unless
|
||||
<literal>NOINET6</literal> (for example in &man.make.conf.5;)
|
||||
was defined during the build, it also requires <literal>options
|
||||
INET6</literal>.</para>
|
||||
</note>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
|
|
Loading…
Reference in a new issue