White space fix only. Translators can ignore.
Sponsored by: iXsystems
This commit is contained in:
parent
83f00e6da3
commit
c4a79914aa
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43927
1 changed files with 29 additions and 28 deletions
|
@ -218,10 +218,11 @@
|
|||
<application>ALTQ</application> (Alternate Queuing), which
|
||||
provides Quality of Service (<acronym>QoS</acronym>).</para>
|
||||
|
||||
<para>The OpenBSD Project maintains the definitive
|
||||
reference for <application>PF</application> in the <link
|
||||
<para>The OpenBSD Project maintains the definitive reference for
|
||||
<application>PF</application> in the <link
|
||||
xlink:href="http://www.openbsd.org/faq/pf/">PF FAQ</link>.
|
||||
Peter Hansteen maintains a thorough <application>PF</application> tutorial at <link
|
||||
Peter Hansteen maintains a thorough
|
||||
<application>PF</application> tutorial at <link
|
||||
xlink:href="http://home.nuug.no/~peter/pf/">http://home.nuug.no/~peter/pf/</link>.</para>
|
||||
|
||||
<warning>
|
||||
|
@ -238,8 +239,8 @@
|
|||
|
||||
<para>The &a.pf; is a good place to ask questions about
|
||||
configuring and running the <application>PF</application>
|
||||
firewall. Check the mailing list archives
|
||||
before asking a question as it may have already been answered.</para>
|
||||
firewall. Check the mailing list archives before asking a
|
||||
question as it may have already been answered.</para>
|
||||
|
||||
<para>More information about porting <application>PF</application>
|
||||
to &os; can be found at <uri
|
||||
|
@ -368,14 +369,13 @@ device pfsync</programlisting>
|
|||
includes several sample files located in
|
||||
<filename>/usr/share/examples/pf/</filename>. Refer to the
|
||||
<link xlink:href="http://www.openbsd.org/faq/pf/">PF
|
||||
FAQ</link> for complete coverage of
|
||||
<application>PF</application> rulesets.</para>
|
||||
FAQ</link> for complete coverage
|
||||
of <application>PF</application> rulesets.</para>
|
||||
|
||||
<para>To control <application>PF</application>, use
|
||||
<command>pfctl</command>. <xref
|
||||
linkend="pfctl"/> summarizes some useful options to this command.
|
||||
Refer to &man.pfctl.8; for a description of all available
|
||||
options:</para>
|
||||
<command>pfctl</command>. <xref linkend="pfctl"/> summarizes
|
||||
some useful options to this command. Refer to &man.pfctl.8;
|
||||
for a description of all available options:</para>
|
||||
|
||||
<table xml:id="pfctl" frame="none" pgwide="1">
|
||||
<title>Useful <command>pfctl</command> Options</title>
|
||||
|
@ -404,15 +404,16 @@ device pfsync</programlisting>
|
|||
<row>
|
||||
<entry><command>pfctl -F all
|
||||
-f /etc/pf.conf</command></entry>
|
||||
<entry>Flush all <acronym>NAT</acronym>, filter, state, and table
|
||||
rules and reload
|
||||
<entry>Flush all <acronym>NAT</acronym>, filter, state,
|
||||
and table rules and reload
|
||||
<filename>/etc/pf.conf</filename>.</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><command>pfctl -s [ rules | nat
|
||||
state ]</command></entry>
|
||||
<entry>Report on the filter rules, <acronym>NAT</acronym> rules, or state
|
||||
<entry>Report on the filter rules,
|
||||
<acronym>NAT</acronym> rules, or state
|
||||
table.</entry>
|
||||
</row>
|
||||
|
||||
|
|
Loading…
Reference in a new issue