- Add missing device word in kernel lines regarding pf(4). [1]
- Use of inline tags for these lines instead of block eleements. PR: docs/73058 [1] Submitted by: Brad Davis <so14k@so14k.com>
This commit is contained in:
parent
10621ea720
commit
60e5428835
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22653
1 changed files with 3 additions and 3 deletions
|
@ -3153,15 +3153,15 @@ jdoe@example.org</screen>
|
||||||
device pflog
|
device pflog
|
||||||
device pfsync</screen>
|
device pfsync</screen>
|
||||||
|
|
||||||
<para><programlisting>pf</programlisting> tells the compile to include
|
<para><literal>device pf</literal> tells the compile to include
|
||||||
Packet Filter as part of its core kernel.</para>
|
Packet Filter as part of its core kernel.</para>
|
||||||
|
|
||||||
<para><programlisting>pflog</programlisting> enables the optional
|
<para><literal>device pflog</literal> enables the optional
|
||||||
&man.pflog.4; pseudo network device which can be used to log traffic
|
&man.pflog.4; pseudo network device which can be used to log traffic
|
||||||
to a &man.bpf.4; descriptor. The &man.pflogd.8; daemon can be used to
|
to a &man.bpf.4; descriptor. The &man.pflogd.8; daemon can be used to
|
||||||
store the logging information to disk.</para>
|
store the logging information to disk.</para>
|
||||||
|
|
||||||
<para><programlisting>pfsync</programlisting> enables the optional
|
<para><literal>device pfsync</literal> enables the optional
|
||||||
&man.pfsync.4; pseudo network device that is used to monitor
|
&man.pfsync.4; pseudo network device that is used to monitor
|
||||||
<quote>state changes</quote>. As this is not part of the loadable
|
<quote>state changes</quote>. As this is not part of the loadable
|
||||||
module one has to build a custom kernel to use it.</para>
|
module one has to build a custom kernel to use it.</para>
|
||||||
|
|
Loading…
Reference in a new issue